Kaydet (Commit) ee0c196b authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dba04 (1.15.50); FILE MERGED

2003/03/27 11:00:55 oj 1.15.50.1: #i12664# new resultset for privileges
üst 2195911b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: FDatabaseMetaDataResultSet.cxx,v $ * $RCSfile: FDatabaseMetaDataResultSet.cxx,v $
* *
* $Revision: 1.15 $ * $Revision: 1.16 $
* *
* last change: $Author: oj $ $Date: 2002-03-18 13:28:29 $ * last change: $Author: vg $ $Date: 2003-04-11 14:38:24 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -128,7 +128,6 @@ ODatabaseMetaDataResultSet::ODatabaseMetaDataResultSet() ...@@ -128,7 +128,6 @@ ODatabaseMetaDataResultSet::ODatabaseMetaDataResultSet()
,::comphelper::OPropertyContainer(ODatabaseMetaDataResultSet_BASE::rBHelper) ,::comphelper::OPropertyContainer(ODatabaseMetaDataResultSet_BASE::rBHelper)
,m_aStatement(NULL) ,m_aStatement(NULL)
,m_xMetaData(NULL) ,m_xMetaData(NULL)
,m_nRowPos(0)
,m_bBOF(sal_True) ,m_bBOF(sal_True)
{ {
construct(); construct();
...@@ -268,11 +267,7 @@ sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getInt( sal_Int32 columnIndex ) t ...@@ -268,11 +267,7 @@ sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getInt( sal_Int32 columnIndex ) t
sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getRow( ) throw(SQLException, RuntimeException) sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::getRow( ) throw(SQLException, RuntimeException)
{ {
::osl::MutexGuard aGuard( m_aMutex ); return 0;
checkDisposed(ODatabaseMetaDataResultSet_BASE::rBHelper.bDisposed );
return m_nRowPos;
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment