Home
last modified time | relevance | path

Searched refs:OEvoabPreparedStatement (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx49 IMPLEMENT_SERVICE_INFO(OEvoabPreparedStatement,"com.sun.star.sdbcx.evoab.PreparedStatement","com.su…
52 OEvoabPreparedStatement::OEvoabPreparedStatement( OEvoabConnection* _pConnection ) in OEvoabPreparedStatement() function in OEvoabPreparedStatement
60 void OEvoabPreparedStatement::construct( const ::rtl::OUString& _sql ) in construct()
75 OEvoabPreparedStatement::~OEvoabPreparedStatement() in ~OEvoabPreparedStatement()
80 void SAL_CALL OEvoabPreparedStatement::acquire() throw() in acquire()
86 void SAL_CALL OEvoabPreparedStatement::release() throw() in release()
92 Any SAL_CALL OEvoabPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
100 Sequence< Type > SAL_CALL OEvoabPreparedStatement::getTypes( ) throw(RuntimeException) in getTypes()
106 Reference< XResultSetMetaData > SAL_CALL OEvoabPreparedStatement::getMetaData( ) throw(SQLExceptio… in getMetaData()
117 void SAL_CALL OEvoabPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
[all …]
H A DNPreparedStatement.hxx49 class OEvoabPreparedStatement :public OCommonStatement class
78 virtual ~OEvoabPreparedStatement();
81 OEvoabPreparedStatement( OEvoabConnection* _pConnection );
H A DNConnection.cxx188 OEvoabPreparedStatement* pStmt = new OEvoabPreparedStatement( this ); in prepareStatement()