User: hr Date: 06/06/19 19:04:56 Modified: /dba/connectivity/source/inc/mysql/ YTable.hxx
Log: INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/06/14 10:56:23 fs 1.3.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:27 fs 1.3.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/inc/mysql/ ============================================== File [changed]: YTable.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/mysql/YTable.hxx?r1=1.3&r2=1.4 Delta lines: +2 -3 ------------------- --- YTable.hxx 8 Sep 2005 07:33:09 -0000 1.3 +++ YTable.hxx 20 Jun 2006 02:04:54 -0000 1.4 @@ -118,10 +118,9 @@ // XAlterTable virtual void SAL_CALL alterColumnByName( const ::rtl::OUString& colName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::NoSuchElementException, ::com::sun::star::uno::RuntimeException); - /** - returns the ALTER TABLE XXX COLUMN statement + /** returns the ALTER TABLE XXX statement */ - ::rtl::OUString getAlterTableColumnPart(const ::rtl::OUString& _rsColumnName ); + ::rtl::OUString getAlterTableColumnPart(); // some methods to alter table structures void alterColumnType(sal_Int32 nNewType,const ::rtl::OUString& _rColName,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xDescriptor); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
