Tag: cws_src680_dba201b User: oj Date: 05/07/11 00:13:19 Modified: /dba/connectivity/source/inc/hsqldb/ HTable.hxx
Log: RESYNC: (1.2-1.3); FILE MERGED 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.38.1&r2=1.2.38.2 Delta lines: +7 -3 ------------------- --- HTable.hxx 5 Jul 2005 07:45:11 -0000 1.2.38.1 +++ HTable.hxx 11 Jul 2005 07:13:15 -0000 1.2.38.2 @@ -147,6 +147,10 @@ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException); // 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]
