User: obo Date: 05/07/08 03:26:22 Modified: /dba/connectivity/source/inc/hsqldb/ HTable.hxx
Log: INTEGRATION: CWS dba20blocker (1.2.34); FILE MERGED 2005/06/23 13:30:21 fs 1.2.34.1: copying fix for #i47143# into this CWS File Changes: Directory: /dba/connectivity/source/inc/hsqldb/ =============================================== File [changed]: HTable.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/hsqldb/HTable.hxx?r1=1.2&r2=1.3 Delta lines: +7 -3 ------------------- --- HTable.hxx 6 Apr 2005 10:38:35 -0000 1.2 +++ HTable.hxx 8 Jul 2005 10:26:20 -0000 1.3 @@ -144,6 +144,10 @@ // 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); + + // XRename + virtual void SAL_CALL rename( const ::rtl::OUString& newName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistException, ::com::sun::star::uno::RuntimeException); + /** returns the ALTER TABLE XXX COLUMN statement */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
