diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-05-07 09:37:54 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-05-07 09:37:54 +0000 |
commit | 62786a1ff4c521af90cce0e228bf728061a45615 (patch) | |
tree | 27faa4e0e74bc4991f3664856ae7ed53998fe921 /connectivity/source/inc/dbase/DResultSet.hxx | |
parent | b570eb3efa397fa41f72f2e93b002814ea9b2b5e (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.hxx | 5 |
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(); |