Home
last modified time | relevance | path

Searched refs:OAdabasResultSet (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/connectivity/source/drivers/adabas/
H A DBResultSet.cxx47 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 DBPreparedStatement.cxx52 return new OAdabasResultSet(m_aStatementHandle,this,m_aSelectColumns); in createResulSet()
H A DBStatement.cxx48 return new OAdabasResultSet(m_aStatementHandle,this,m_aSelectColumns); in createResulSet()
/aoo41x/main/connectivity/source/inc/adabas/
H A DBResultSet.hxx32 class OAdabasResultSet : public ::connectivity::odbc::OResultSet class
36OAdabasResultSet(SQLHANDLE _pStatementHandle,::connectivity::odbc::OStatement_Base* pStmt,const ::… in OAdabasResultSet() function in connectivity::adabas::OAdabasResultSet

Completed in 22 milliseconds