/aoo41x/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 496 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 …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SStatement.cxx | 127 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 D | SStatement.hxx | 143 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 D | SConnection.cxx | 134 Reference< XStatement > xReturn = new OStatement(this); in createStatement()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_statement.cxx | 170 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 D | mysqlc_statement.hxx | 169 class OStatement : public OCommonStatement, class 175 virtual ~OStatement(){} in ~OStatement() 179 …OStatement(OConnection* _pConnection, sql::Statement *_cppStatement) : OCommonStatement(_pConnecti… in OStatement() function in connectivity::mysqlc::OStatement
|
H A D | mysqlc_connection.cxx | 279 xReturn = new OStatement(this, m_settings.cppConnection->createStatement()); in createStatement() 704 XStatement * stmt = new OStatement(this, m_settings.cppConnection->createStatement()); in getMysqlVariable()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 161 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 D | AConnection.cxx | 175 OStatement* pStmt = new OStatement(this); in createStatement()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FStatement.cxx | 291 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 D | FConnection.cxx | 229 Reference< XStatement > xReturn = new OStatement(this); in createStatement()
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 533 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 D | NStatement.hxx | 253 class OStatement :public OCommonStatement class 257 virtual ~OStatement(){} in ~OStatement() 260 OStatement( OEvoabConnection* _pConnection) in OStatement() function in connectivity::evoab::OStatement
|
H A D | NConnection.cxx | 176 OStatement* pStmt = new OStatement(this); in createStatement()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 212 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 D | makefile.mk | 47 $(SLO)$/OStatement.obj \
|
/aoo41x/main/connectivity/source/inc/calc/ |
H A D | CStatement.hxx | 34 class OCalcStatement : public file::OStatement 39 OCalcStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in OCalcStatement()
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DStatement.hxx | 34 class ODbaseStatement : public file::OStatement 39 ODbaseStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in ODbaseStatement()
|
/aoo41x/main/connectivity/source/inc/flat/ |
H A D | EStatement.hxx | 34 class OFlatStatement : public file::OStatement 39 OFlatStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in OFlatStatement()
|
/aoo41x/main/connectivity/source/inc/adabas/ |
H A D | BStatement.hxx | 37 class OAdabasStatement : public ::connectivity::odbc::OStatement 48 : ::connectivity::odbc::OStatement( _pConnection ) in OAdabasStatement()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 221 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
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 175 class OStatement : public OStatement_Base, class 181 OStatement( OConnection* _pConnection) : OStatement_Base( _pConnection){}; in OStatement() function in connectivity::ado::OStatement 182 ~OStatement();
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | FStatement.hxx | 194 class OOO_DLLPUBLIC_FILE OStatement : class 203 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement() function in connectivity::file::OStatement
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | statement.hxx | 171 class OStatement :public OStatementBase class 180 OStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > & _xConn,
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BStatement.cxx | 44 typedef ::connectivity::odbc::OStatement OAdabasStatement_BASE;
|