diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 06:58:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 06:58:59 +0000 |
commit | 2b5a50c148d662d3b7b67bf50c0191f3349740c6 (patch) | |
tree | 3c5d18b11bb1e3fe302d28dbbe3634a00a7c6292 | |
parent | 8042f2343387d22c52aa08563f46d5374ffadbeb (diff) |
INTEGRATION: CWS dba24d (1.13.212); FILE MERGED
2007/12/05 13:26:23 fs 1.13.212.2: during i81658: +m_bEOF
2007/11/21 12:39:23 oj 1.13.212.1: #i68854# impl TypeSettingInfo for Oracle and some clean up
-rw-r--r-- | connectivity/source/inc/FDatabaseMetaDataResultSet.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx b/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx index e18ef27aed00..187c6902e484 100644 --- a/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/FDatabaseMetaDataResultSet.hxx @@ -4,9 +4,9 @@ * * $RCSfile: FDatabaseMetaDataResultSet.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:57:19 $ + * last change: $Author: rt $ $Date: 2008-01-30 07:58:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -128,6 +128,7 @@ namespace connectivity ORows m_aRows; ORows::iterator m_aRowsIter; sal_Bool m_bBOF; + sal_Bool m_bEOF; virtual const ORowSetValue& getValue(sal_Int32 columnIndex); @@ -172,7 +173,7 @@ namespace connectivity eTablePrivileges, /// describes a result set as expected by XDatabaseMetaData::getCrossReference eCrossReference, - /// describes a result set as expected by XDatabaseMetaData::getCatalogs + /// describes a result set as expected by XDatabaseMetaData::getTypeInfo eTypeInfo, /// describes a result set as expected by XDatabaseMetaData::getBestRowIdentifier eBestRowIdentifier, @@ -186,6 +187,7 @@ namespace connectivity void setRows(const ORows& _rRows); + protected: // ::cppu::OComponentHelper virtual void SAL_CALL disposing(void); // XInterface @@ -263,7 +265,7 @@ namespace connectivity void setTypeInfoMap(); void setBestRowIdentifierMap(); void setVersionColumnsMap(); - + public: // some methods to get already defined ORowSetValues // this increase the reuse of ORowSetValues /// return an empty ORowSetValueDecorator |