summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/table.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-02-14 14:03:35 +0000
committerOcke Janssen <oj@openoffice.org>2001-02-14 14:03:35 +0000
commit8885adb3573e1997a5721bd9cc9b18c9fdf3dfb9 (patch)
treecd696f04c0e707158a393f83e82c46dad522e1f4 /dbaccess/source/core/inc/table.hxx
parent3736d819ec80a7218a544095121ef00655db90da (diff)
some changes
Diffstat (limited to 'dbaccess/source/core/inc/table.hxx')
-rw-r--r--dbaccess/source/core/inc/table.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/core/inc/table.hxx b/dbaccess/source/core/inc/table.hxx
index 8afac7dc9a24..0cabe27d1ec1 100644
--- a/dbaccess/source/core/inc/table.hxx
+++ b/dbaccess/source/core/inc/table.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: table.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2000-12-12 12:19:42 $
+ * last change: $Author: oj $ $Date: 2001-02-14 15:03:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -159,6 +159,10 @@ namespace dbaccess
const ::rtl::OUString& _rCatalog, const ::rtl::OUString& _rSchema, const ::rtl::OUString& _rName,
const ::rtl::OUString& _rType, const ::rtl::OUString& _rDesc)
throw(::com::sun::star::sdbc::SQLException);
+
+ ODBTable( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxConn,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier >& _rxNewTable)
+ throw(::com::sun::star::sdbc::SQLException);
virtual ~ODBTable();
// ODescriptor