Home
last modified time | relevance | path

Searched defs:sql (Results 1 – 25 of 43) sorted by relevance

12

/AOO41X/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx71 …redConnection::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
80 … OSharedConnection::prepareCall( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareCall()
89 …LL OSharedConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in nativeSQL()
/AOO41X/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx70 …onWeakWrapper::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
79 …nectionWeakWrapper::prepareCall( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareCall()
88 …onnectionWeakWrapper::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in nativeSQL()
/AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx132 …L_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in execute()
142 …L OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeQuery()
180 …d SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in addBatch()
199 … OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeUpdate()
/AOO41X/main/mysqlc/source/
H A Dmysqlc_statement.cxx180 sal_Bool SAL_CALL OCommonStatement::execute(const OUString& sql) in execute()
200 Reference< XResultSet > SAL_CALL OCommonStatement::executeQuery(const OUString& sql) in executeQuery()
261 void SAL_CALL OStatement::addBatch(const OUString& sql) in addBatch()
288 sal_Int32 SAL_CALL OCommonStatement::executeUpdate(const OUString& sql) in executeUpdate()
H A Dmysqlc_connection.hxx52 namespace sql namespace
H A Dmysqlc_preparedstatement.cxx252 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery(const OUString& sql) in executeQuery()
258 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate(const OUString& sql) in executeUpdate()
264 sal_Bool SAL_CALL OPreparedStatement::execute( const OUString& sql ) in execute()
/AOO41X/main/connectivity/source/drivers/adabas/
H A DBPreparedStatement.cxx44 …edStatement::OAdabasPreparedStatement( OAdabasConnection* _pConnection,const ::rtl::OUString& sql) in OAdabasPreparedStatement()
H A DBStatement.cxx67 …_CALL OAdabasStatement::execute( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in execute()
H A DBConnection.cxx214 …basConnection::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
/AOO41X/main/connectivity/source/drivers/file/
H A DFStatement.cxx309 …ol SAL_CALL OStatement::execute( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in execute()
320 …L_CALL OStatement::executeQuery( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeQuery()
342 …_CALL OStatement::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeUpdate()
462 void OStatement_Base::construct(const ::rtl::OUString& sql) throw(SQLException, RuntimeException) in construct()
H A DFConnection.cxx234 …L OConnection::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
253 …SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in nativeSQL()
/AOO41X/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseSqlTests.java73 …private void execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
/AOO41X/main/connectivity/source/drivers/ado/
H A DAStatement.cxx259 …L_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in execute()
289 …L OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeQuery()
343 …d SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in addBatch()
398 … OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeUpdate()
H A DAConnection.cxx181 …L OConnection::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
193 …L_CALL OConnection::prepareCall( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareCall()
/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx279 sal_Bool OStatement_Base::lockIfNecessary (const ::rtl::OUString& sql) throw( SQLException) in lockIfNecessary()
351 …L_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in execute()
455 …L OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeQuery()
496 …d SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in addBatch()
539 … OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeUpdate()
H A DOConnection.cxx290 …L OConnection::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
306 …SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in nativeSQL()
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDConnection.cxx112 …aseConnection::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
/AOO41X/main/connectivity/source/drivers/flat/
H A DEConnection.cxx160 …latConnection::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
/AOO41X/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx227 …ava_sql_Statement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in execute()
261 …ql_Statement_Base::executeQuery( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeQuery()
311 …ddBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, RuntimeException) in addBatch()
345 …l_Statement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in executeUpdate()
H A DConnectionLog.cxx38 namespace connectivity { namespace java { namespace sql { namespace
H A DJConnection.cxx498 …ql_Connection::prepareStatement( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareStatement()
516 …ava_sql_Connection::prepareCall( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in prepareCall()
534 … java_sql_Connection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) in nativeSQL()
/AOO41X/main/connectivity/source/drivers/kab/
H A DKStatement.cxx400 sal_Bool SAL_CALL KabCommonStatement::execute( in execute()
411 Reference< XResultSet > SAL_CALL KabCommonStatement::executeQuery( in executeQuery()
/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx408 sal_Bool SAL_CALL MacabCommonStatement::execute( in execute()
419 Reference< XResultSet > SAL_CALL MacabCommonStatement::executeQuery( in executeQuery()
/AOO41X/main/connectivity/source/drivers/calc/
H A DCConnection.cxx263 …ence< XPreparedStatement > SAL_CALL OCalcConnection::prepareStatement( const ::rtl::OUString& sql ) in prepareStatement()
/AOO41X/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java142 … final String sql = "SELECT * FROM \"orders for customer\" WHERE \"Product Name\" = 'test'"; in testSetCommand() local

12