Searched refs:OEvoabPreparedStatement (Results 1 – 3 of 3) sorted by relevance
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()117 void SAL_CALL OEvoabPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()135 sal_Bool SAL_CALL OEvoabPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()145 sal_Int32 SAL_CALL OEvoabPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate()[all …]
49 class OEvoabPreparedStatement :public OCommonStatement class78 virtual ~OEvoabPreparedStatement();81 OEvoabPreparedStatement( OEvoabConnection* _pConnection );
188 OEvoabPreparedStatement* pStmt = new OEvoabPreparedStatement( this ); in prepareStatement()
Completed in 17 milliseconds