Tag: cws_src680_dba201b User: oj Date: 05/07/05 00:45:13 Modified: /dba/connectivity/source/inc/hsqldb/ HTable.hxx
Log: #i51335# if table is a view remove the xrename interface 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.2.38.1 Delta lines: +5 -2 ------------------- --- HTable.hxx 6 Apr 2005 10:38:35 -0000 1.2 +++ HTable.hxx 5 Jul 2005 07:45:11 -0000 1.2.38.1 @@ -2,9 +2,9 @@ * * $RCSfile: HTable.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.38.1 $ * - * last change: $Author: hr $ $Date: 2005/04/06 10:38:35 $ + * last change: $Author: oj $ $Date: 2005/07/05 07:45:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -142,6 +142,9 @@ virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException); static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId(); + virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); + //XTypeProvider + 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); /** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
