summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 12:14:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 12:14:05 +0000
commitf100941940bff65e554d2b5dec1f95c145851b55 (patch)
treedaee1666a569ced465851a5a7e20096f8055aa91 /connectivity/inc
parent6be45a18b9ca9bc01e84cd84e47652a6b70b7a9c (diff)
INTEGRATION: CWS dba30c (1.3.10); FILE MERGED
2008/05/05 10:57:50 oj 1.3.10.1: #i87131# collect keys only once, getKeys always refetch the keys
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/connectivity/TKey.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/connectivity/inc/connectivity/TKey.hxx b/connectivity/inc/connectivity/TKey.hxx
index 3bc412ad49..428be0725f 100644
--- a/connectivity/inc/connectivity/TKey.hxx
+++ b/connectivity/inc/connectivity/TKey.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: TKey.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -44,12 +44,9 @@ namespace connectivity
virtual void refreshColumns();
public:
OTableKeyHelper( OTableHelper* _pTable);
- OTableKeyHelper( OTableHelper* _pTable,
- const ::rtl::OUString& _Name,
- const ::rtl::OUString& _ReferencedTable,
- sal_Int32 _Type,
- sal_Int32 _UpdateRule,
- sal_Int32 _DeleteRule
+ OTableKeyHelper( OTableHelper* _pTable
+ ,const ::rtl::OUString& _Name
+ ,const sdbcx::TKeyProperties& _rProps
);
inline OTableHelper* getTable() const { return m_pTable; }
};