Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx52 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()
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 …]
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()

Completed in 25 milliseconds