Home
last modified time | relevance | path

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

12

/aoo41x/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx71 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareStatement( const ::rtl::OUString… in prepareStatement()
80 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareCall( const ::rtl::OUString& sql… in prepareCall()
89 ::rtl::OUString SAL_CALL OSharedConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLExcept… in nativeSQL()
/aoo41x/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx70 Reference< XPreparedStatement > SAL_CALL OConnectionWeakWrapper::prepareStatement( const ::rtl::OUS… in prepareStatement()
79 Reference< XPreparedStatement > SAL_CALL OConnectionWeakWrapper::prepareCall( const ::rtl::OUString… in prepareCall()
88 ::rtl::OUString SAL_CALL OConnectionWeakWrapper::nativeSQL( const ::rtl::OUString& sql ) throw(SQLE… in nativeSQL()
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx132 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
142 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
180 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
199 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… 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 OAdabasPreparedStatement::OAdabasPreparedStatement( OAdabasConnection* _pConnection,const ::rtl::OU… in OAdabasPreparedStatement()
H A DBStatement.cxx67 sal_Bool SAL_CALL OAdabasStatement::execute( const ::rtl::OUString& sql ) throw(SQLException, Runti… in execute()
H A DBConnection.cxx214 Reference< XPreparedStatement > SAL_CALL OAdabasConnection::prepareStatement( const ::rtl::OUString… in prepareStatement()
/aoo41x/main/connectivity/source/drivers/file/
H A DFStatement.cxx309 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()
342 sal_Int32 SAL_CALL OStatement::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, Runt… in executeUpdate()
462 void OStatement_Base::construct(const ::rtl::OUString& sql) throw(SQLException, RuntimeException) in construct()
H A DFConnection.cxx234 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
253 ::rtl::OUString SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, R… 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 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
289 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
343 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
398 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
H A DAConnection.cxx181 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
193 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& sql ) thr… 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 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
455 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
496 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
539 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
H A DOConnection.cxx290 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
306 ::rtl::OUString SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, R… in nativeSQL()
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDConnection.cxx112 Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareStatement( const ::rtl::OUString&… in prepareStatement()
/aoo41x/main/connectivity/source/drivers/flat/
H A DEConnection.cxx160 Reference< XPreparedStatement > SAL_CALL OFlatConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement()
/aoo41x/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx227 sal_Bool SAL_CALL java_sql_Statement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException… in execute()
261 Reference< XResultSet > SAL_CALL java_sql_Statement_Base::executeQuery( const ::rtl::OUString& sql … in executeQuery()
311 void SAL_CALL java_sql_Statement::addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sd… in addBatch()
345 sal_Int32 SAL_CALL java_sql_Statement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLEx… in executeUpdate()
H A DConnectionLog.cxx38 namespace connectivity { namespace java { namespace sql { namespace
H A DJConnection.cxx498 Reference< XPreparedStatement > SAL_CALL java_sql_Connection::prepareStatement( const ::rtl::OUStri… in prepareStatement()
516 Reference< XPreparedStatement > SAL_CALL java_sql_Connection::prepareCall( const ::rtl::OUString& s… in prepareCall()
534 ::rtl::OUString SAL_CALL java_sql_Connection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLExce… 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 Reference< XPreparedStatement > SAL_CALL OCalcConnection::prepareStatement( const ::rtl::OUString& … 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

Completed in 131 milliseconds

12