Searched refs:OEvoabPreparedStatement (Results 1 – 3 of 3) sorted by relevance
49 IMPLEMENT_SERVICE_INFO(OEvoabPreparedStatement,"com.sun.star.sdbcx.evoab.PreparedStatement","com.su…52 OEvoabPreparedStatement::OEvoabPreparedStatement( OEvoabConnection* _pConnection ) in OEvoabPreparedStatement() function in OEvoabPreparedStatement60 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 …]
49 class OEvoabPreparedStatement :public OCommonStatement class78 virtual ~OEvoabPreparedStatement();81 OEvoabPreparedStatement( OEvoabConnection* _pConnection );
188 OEvoabPreparedStatement* pStmt = new OEvoabPreparedStatement( this ); in prepareStatement()