summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DResultSet.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-07 09:37:54 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-07 09:37:54 +0000
commit62786a1ff4c521af90cce0e228bf728061a45615 (patch)
tree27faa4e0e74bc4991f3664856ae7ed53998fe921 /connectivity/source/inc/dbase/DResultSet.hxx
parentb570eb3efa397fa41f72f2e93b002814ea9b2b5e (diff)
#86483# use of index for query and columnchecking
Diffstat (limited to 'connectivity/source/inc/dbase/DResultSet.hxx')
-rw-r--r--connectivity/source/inc/dbase/DResultSet.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/dbase/DResultSet.hxx b/connectivity/source/inc/dbase/DResultSet.hxx
index 0db320791da9..3a0a15b409bd 100644
--- a/connectivity/source/inc/dbase/DResultSet.hxx
+++ b/connectivity/source/inc/dbase/DResultSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DResultSet.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 10:09:03 $
+ * last change: $Author: oj $ $Date: 2001-05-07 10:37:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,7 @@ namespace connectivity
// OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
virtual sal_Bool fillIndexValues(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier> &_xIndex);
+ virtual file::OSQLAnalyzer* createAnalyzer();
public:
DECLARE_SERVICE_INFO();