summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:42:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:42:06 +0000
commitffcc5cda2435e997028d13c8ac9a85b521d06019 (patch)
treee73b1f0f351d2bdd4c31577a256c0b62465a3a37 /connectivity
parentd0dbb7bd114e82c39121266022b60f037e91ec6a (diff)
INTEGRATION: CWS dba201b (1.2.38); FILE MERGED
2005/09/21 10:04:36 oj 1.2.38.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 07:13:15 oj 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/05 07:45:11 oj 1.2.38.1: #i51335# if table is a view remove the xrename interface
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/hsqldb/HTable.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/inc/hsqldb/HTable.hxx b/connectivity/source/inc/hsqldb/HTable.hxx
index 41c1282fca1d..3c2cc8c201fc 100644
--- a/connectivity/source/inc/hsqldb/HTable.hxx
+++ b/connectivity/source/inc/hsqldb/HTable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: HTable.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:15:33 $
+ * last change: $Author: hr $ $Date: 2005-09-23 11:42:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -116,6 +116,9 @@ namespace connectivity
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);