diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-05-17 05:46:55 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-05-17 05:46:55 +0000 |
commit | 367e22c38163e4ae9a407c5ebdc1ff20c23f70d3 (patch) | |
tree | 5cb3e266aa3e785371e84b5372a54a016461e82b /connectivity/source/inc/file | |
parent | 98b43366d54d975a589d8d901f0cd9c399d55ae8 (diff) |
#86528# size changes
Diffstat (limited to 'connectivity/source/inc/file')
-rw-r--r-- | connectivity/source/inc/file/FConnection.hxx | 7 | ||||
-rw-r--r-- | connectivity/source/inc/file/FPreparedStatement.hxx | 6 | ||||
-rw-r--r-- | connectivity/source/inc/file/FResultSet.hxx | 5 |
3 files changed, 7 insertions, 11 deletions
diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx index 84b30a876c70..bb7095f33fe6 100644 --- a/connectivity/source/inc/file/FConnection.hxx +++ b/connectivity/source/inc/file/FConnection.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FConnection.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: oj $ $Date: 2001-04-27 10:08:13 $ + * last change: $Author: oj $ $Date: 2001-05-17 06:46:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,9 +120,6 @@ namespace connectivity //==================================================================== // Data attributes //==================================================================== - ::std::vector<connectivity::OTypeInfo> m_aTypeInfo; // vector containing an entry - // for each row returned by - // DatabaseMetaData.getTypeInfo. ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDatabaseMetaData > m_xMetaData; ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbcx::XTablesSupplier> m_xCatalog; diff --git a/connectivity/source/inc/file/FPreparedStatement.hxx b/connectivity/source/inc/file/FPreparedStatement.hxx index f9800357bf61..55bae6f6feb2 100644 --- a/connectivity/source/inc/file/FPreparedStatement.hxx +++ b/connectivity/source/inc/file/FPreparedStatement.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FPreparedStatement.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2001-04-30 09:59:56 $ + * last change: $Author: oj $ $Date: 2001-05-17 06:46:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,7 @@ namespace connectivity public: DECLARE_SERVICE_INFO(); // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: - OPreparedStatement( OConnection* _pConnection,const ::std::vector<connectivity::OTypeInfo>& _TypeInfo); + OPreparedStatement( OConnection* _pConnection); void construct(const ::rtl::OUString& sql) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx index cca1039f5950..4a22c62d648e 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.16 $ + * $Revision: 1.17 $ * - * last change: $Author: oj $ $Date: 2001-05-10 14:31:14 $ + * last change: $Author: oj $ $Date: 2001-05-17 06:46:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -301,7 +301,6 @@ OFILEKeyCompare(const void * elem1, const void * elem2); sal_Int32 m_nRowCountResult; sal_Int32 m_nCurrentPosition; // current position of the resultset is returned when ask for getRow() sal_Bool m_bWasNull; - sal_Bool m_bBOF; // before first record sal_Bool m_bEOF; // after last record sal_Bool m_bLastRecord; sal_Bool m_bFileSetFrozen; |