diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-05 13:40:11 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-05 13:40:11 +0000 |
commit | 1cb111aa0e0377f1c296281550e76b6bec6aa8e3 (patch) | |
tree | a107f5d1b9690cdd575f8808e37914aa174b3375 /connectivity/source/inc/file/FResultSet.hxx | |
parent | d68808e13353bc267830035055bfd828acb0474d (diff) |
new method for indexes
Diffstat (limited to 'connectivity/source/inc/file/FResultSet.hxx')
-rw-r--r-- | connectivity/source/inc/file/FResultSet.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx index 684185ee0f8c..83b9785af656 100644 --- a/connectivity/source/inc/file/FResultSet.hxx +++ b/connectivity/source/inc/file/FResultSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FResultSet.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2000-10-05 08:23:48 $ + * last change: $Author: oj $ $Date: 2000-10-05 14:35:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -332,6 +332,10 @@ OFILEKeyCompare(const void * elem1, const void * elem2); BOOL Move(OFileTable::FilePosition eCursorPosition, INT32 nOffset, BOOL bRetrieveData); BOOL SkipDeleted(OFileTable::FilePosition eCursorPosition, INT32 nOffset, BOOL bRetrieveData); + + virtual sal_Bool fillIndexValues(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier> &_xIndex) + { return sal_False; } + // OPropertyArrayUsageHelper virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; // OPropertySetHelper |