Searched refs:OAdabasResultSet (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BResultSet.cxx | 47 sal_Bool SAL_CALL OAdabasResultSet::next( ) throw(SQLException, RuntimeException) in next() 64 sal_Bool SAL_CALL OAdabasResultSet::first( ) throw(SQLException, RuntimeException) in first() 91 sal_Bool SAL_CALL OAdabasResultSet::last( ) throw(SQLException, RuntimeException) in last() 114 sal_Bool SAL_CALL OAdabasResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute() 138 sal_Bool SAL_CALL OAdabasResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative() 161 sal_Bool SAL_CALL OAdabasResultSet::previous( ) throw(SQLException, RuntimeException) in previous() 184 void SAL_CALL OAdabasResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow() 203 Reference< XResultSetMetaData > SAL_CALL OAdabasResultSet::getMetaData( ) throw(SQLException, Runt… in getMetaData()
|
H A D | BPreparedStatement.cxx | 52 return new OAdabasResultSet(m_aStatementHandle,this,m_aSelectColumns); in createResulSet()
|
H A D | BStatement.cxx | 48 return new OAdabasResultSet(m_aStatementHandle,this,m_aSelectColumns); in createResulSet()
|
/aoo42x/main/connectivity/source/inc/adabas/ |
H A D | BResultSet.hxx | 32 class OAdabasResultSet : public ::connectivity::odbc::OResultSet class 36 …OAdabasResultSet(SQLHANDLE _pStatementHandle,::connectivity::odbc::OStatement_Base* pStmt,const ::… in OAdabasResultSet() function in connectivity::adabas::OAdabasResultSet
|
Completed in 30 milliseconds