Home
last modified time | relevance | path

Searched refs:OStatement (Results 1 – 25 of 27) sorted by relevance

12

/aoo42x/main/dbaccess/source/core/api/
H A Dstatement.cxx496 OStatement::OStatement( const Reference< XConnection >& _xConn, const Reference< XInterface > & _xS… in OStatement() function in OStatement
505 IMPLEMENT_FORWARD_XINTERFACE2( OStatement, OStatementBase, OStatement_IFACE );
506 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OStatement, OStatementBase, OStatement_IFACE );
510 rtl::OUString OStatement::getImplementationName( ) throw(RuntimeException) in getImplementationName()
524 Sequence< ::rtl::OUString > OStatement::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
587 void OStatement::addBatch( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeException ) in addBatch()
602 void OStatement::clearBatch( ) throw( SQLException, RuntimeException ) in clearBatch()
615 Sequence< sal_Int32 > OStatement::executeBatch( ) throw( SQLException, RuntimeException ) in executeBatch()
635 void SAL_CALL OStatement::disposing() in disposing()
674 bool OStatement::impl_ensureComposer_nothrow() const in impl_ensureComposer_nothrow()
[all …]
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx127 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch()
171 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
180 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
189 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch()
330 IMPLEMENT_SERVICE_INFO(OStatement,"com.sun.star.sdbcx.OStatement","com.sun.star.sdbc.Statement");
342 void SAL_CALL OStatement::acquire() throw() in acquire()
347 void SAL_CALL OStatement::release() throw() in release()
H A DSStatement.hxx143 class OStatement : public OStatement_BASE2, class
148 virtual ~OStatement(){} in ~OStatement()
151 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement() function in connectivity::skeleton::OStatement
H A DSConnection.cxx134 Reference< XStatement > xReturn = new OStatement(this); in createStatement()
/aoo42x/main/mysqlc/source/
H A Dmysqlc_statement.cxx170 void SAL_CALL OStatement::clearBatch() in clearBatch()
247 Any SAL_CALL OStatement::queryInterface(const Type & rType) in queryInterface()
261 void SAL_CALL OStatement::addBatch(const OUString& sql) in addBatch()
274 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch() in executeBatch()
465 IMPLEMENT_SERVICE_INFO(OStatement,"com.sun.star.sdbcx.OStatement","com.sun.star.sdbc.Statement");
488 void SAL_CALL OStatement::acquire() in acquire()
498 void SAL_CALL OStatement::release() in release()
H A Dmysqlc_statement.hxx169 class OStatement : public OCommonStatement, class
175 virtual ~OStatement(){} in ~OStatement()
179OStatement(OConnection* _pConnection, sql::Statement *_cppStatement) : OCommonStatement(_pConnecti… in OStatement() function in connectivity::mysqlc::OStatement
H A Dmysqlc_connection.cxx279 xReturn = new OStatement(this, m_settings.cppConnection->createStatement()); in createStatement()
704 XStatement * stmt = new OStatement(this, m_settings.cppConnection->createStatement()); in getMysqlVariable()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAStatement.cxx161 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch()
336 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
343 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
352 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch()
813 OStatement::~OStatement() in ~OStatement()
816 IMPLEMENT_SERVICE_INFO(OStatement,"com.sun.star.sdbcx.AStatement","com.sun.star.sdbc.Statement");
823 void SAL_CALL OStatement::acquire() throw() in acquire()
828 void SAL_CALL OStatement::release() throw() in release()
H A DAConnection.cxx175 OStatement* pStmt = new OStatement(this); in createStatement()
/aoo42x/main/connectivity/source/drivers/file/
H A DFStatement.cxx291 OResultSet* OStatement::createResultSet() in createResultSet()
296 IMPLEMENT_SERVICE_INFO(OStatement,"com.sun.star.sdbc.driver.file.Statement","com.sun.star.sdbc.Stat…
298 void SAL_CALL OStatement::acquire() throw() in acquire()
303 void SAL_CALL OStatement::release() throw() in release()
309 sal_Bool SAL_CALL OStatement::execute( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExce… in execute()
320 Reference< XResultSet > SAL_CALL OStatement::executeQuery( const ::rtl::OUString& sql ) throw(SQLEx… in executeQuery()
337 Reference< XConnection > SAL_CALL OStatement::getConnection( ) throw(SQLException, RuntimeExceptio… in getConnection()
342 sal_Int32 SAL_CALL OStatement::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, Runt… in executeUpdate()
376 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
H A DFConnection.cxx229 Reference< XStatement > xReturn = new OStatement(this); in createStatement()
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx533 Reference< XConnection > SAL_CALL OStatement::getConnection( ) throw(SQLException, RuntimeExceptio… in getConnection()
642 IMPLEMENT_SERVICE_INFO( OStatement, "com.sun.star.comp.sdbcx.evoab.OStatement", "com.sun.star.sdbc.…
645 IMPLEMENT_FORWARD_XINTERFACE2( OStatement, OCommonStatement, OStatement_IBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
648 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OStatement, OCommonStatement, OStatement_IBase ) in IMPLEMENT_FORWARD_XINTERFACE2()
651 sal_Bool SAL_CALL OStatement::execute( const ::rtl::OUString& _sql ) throw(SQLException, RuntimeExc… in IMPLEMENT_FORWARD_XINTERFACE2()
661 Reference< XResultSet > SAL_CALL OStatement::executeQuery( const ::rtl::OUString& _sql ) throw(SQLE… in executeQuery()
670 sal_Int32 SAL_CALL OStatement::executeUpdate( const ::rtl::OUString& /*sql*/ ) throw(SQLException, … in executeUpdate()
H A DNStatement.hxx253 class OStatement :public OCommonStatement class
257 virtual ~OStatement(){} in ~OStatement()
260 OStatement( OEvoabConnection* _pConnection) in OStatement() function in connectivity::evoab::OStatement
H A DNConnection.cxx176 OStatement* pStmt = new OStatement(this); in createStatement()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx212 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch()
489 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
496 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
505 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch()
1098 IMPLEMENT_SERVICE_INFO(OStatement,"com.sun.star.sdbcx.OStatement","com.sun.star.sdbc.Statement");
1110 void SAL_CALL OStatement::acquire() throw() in acquire()
1115 void SAL_CALL OStatement::release() throw() in release()
H A Dmakefile.mk47 $(SLO)$/OStatement.obj \
/aoo42x/main/connectivity/source/inc/calc/
H A DCStatement.hxx34 class OCalcStatement : public file::OStatement
39 OCalcStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in OCalcStatement()
/aoo42x/main/connectivity/source/inc/dbase/
H A DDStatement.hxx34 class ODbaseStatement : public file::OStatement
39 ODbaseStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in ODbaseStatement()
/aoo42x/main/connectivity/source/inc/flat/
H A DEStatement.hxx34 class OFlatStatement : public file::OStatement
39 OFlatStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in OFlatStatement()
/aoo42x/main/connectivity/source/inc/adabas/
H A DBStatement.hxx37 class OAdabasStatement : public ::connectivity::odbc::OStatement
48 : ::connectivity::odbc::OStatement( _pConnection ) in OAdabasStatement()
/aoo42x/main/connectivity/source/inc/odbc/
H A DOStatement.hxx221 class OOO_DLLPUBLIC_ODBCBASE OStatement : class
227 virtual ~OStatement(){} in ~OStatement()
230 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement() function in connectivity::odbc::OStatement
/aoo42x/main/connectivity/source/inc/ado/
H A DAStatement.hxx175 class OStatement : public OStatement_Base, class
181 OStatement( OConnection* _pConnection) : OStatement_Base( _pConnection){}; in OStatement() function in connectivity::ado::OStatement
182 ~OStatement();
/aoo42x/main/connectivity/source/inc/file/
H A DFStatement.hxx194 class OOO_DLLPUBLIC_FILE OStatement : class
203 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement() function in connectivity::file::OStatement
/aoo42x/main/dbaccess/source/core/inc/
H A Dstatement.hxx171 class OStatement :public OStatementBase class
180 OStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > & _xConn,
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBStatement.cxx44 typedef ::connectivity::odbc::OStatement OAdabasStatement_BASE;

Completed in 134 milliseconds

12