Home
last modified time | relevance | path

Searched defs:executeQuery (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/connectivity/qa/connectivity/tools/sdb/
H A DConnection.java65 public XResultSet executeQuery( final String _sql ) throws SQLException in executeQuery() method in Connection
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatement.java112 public synchronized XResultSet executeQuery(String sql) throws SQLException { in executeQuery() method in JavaSQLStatement
H A DJavaSQLPreparedStatement.java135 public synchronized XResultSet executeQuery() throws SQLException { in executeQuery() method in JavaSQLPreparedStatement
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlStatement.java81 public XResultSet executeQuery(String arg0) throws SQLException { in executeQuery() method in PostgresqlStatement
H A DPostgresqlPreparedStatement.java99 public XResultSet executeQuery() throws SQLException { in executeQuery() method in PostgresqlPreparedStatement
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx142 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery() function in OStatement_Base
H A DSPreparedStatement.cxx151 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery( ) throw(SQLException, RuntimeEx… in executeQuery() function in OPreparedStatement
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.cxx200 Reference< XResultSet > SAL_CALL OCommonStatement::executeQuery(const OUString& sql) in executeQuery() function in OCommonStatement
H A Dmysqlc_preparedstatement.cxx252 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery(const OUString& sql) in executeQuery() function in OPreparedStatement
271 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery() in executeQuery() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx169 Reference< XResultSet > SAL_CALL OEvoabPreparedStatement::executeQuery( ) throw(SQLException, Runt… in executeQuery() function in OEvoabPreparedStatement
H A DNStatement.cxx661 Reference< XResultSet > SAL_CALL OStatement::executeQuery( const ::rtl::OUString& _sql ) throw(SQLE… in executeQuery() function in connectivity::evoab::OStatement
H A DNResultSet.cxx218 executeQuery (EBook* pBook, EBookQuery* pQuery, GList **ppList, in executeQuery() function
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx419 Reference< XResultSet > SAL_CALL MacabCommonStatement::executeQuery( in executeQuery() function in MacabCommonStatement
H A DMacabPreparedStatement.cxx189 Reference< XResultSet > SAL_CALL MacabPreparedStatement::executeQuery() throw(SQLException, Runtime… in executeQuery() function in MacabPreparedStatement
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx320 Reference< XResultSet > SAL_CALL OStatement::executeQuery( const ::rtl::OUString& sql ) throw(SQLEx… in executeQuery() function in connectivity::file::OStatement
H A DFPreparedStatement.cxx219 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery( ) throw(SQLException, RuntimeEx… in executeQuery() function in OPreparedStatement
/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx534 Reference< XResultSet > OStatement::executeQuery( const rtl::OUString& _rSQL ) throw( SQLException,… in executeQuery() function in OStatement
H A Dpreparedstatement.cxx215 Reference< XResultSet > OPreparedStatement::executeQuery() throw( SQLException, RuntimeException ) in executeQuery() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx289 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery() function in OStatement_Base
H A DAPreparedStatement.cxx288 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery( ) throw(SQLException, RuntimeEx… in executeQuery() function in OPreparedStatement
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java263 private boolean executeQuery() in executeQuery() method in ReportWizard
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx455 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery() function in OStatement_Base
H A DOPreparedStatement.cxx280 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery( ) throw(SQLException, RuntimeEx… in executeQuery() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx261 Reference< XResultSet > SAL_CALL java_sql_Statement_Base::executeQuery( const ::rtl::OUString& sql … in executeQuery() function in java_sql_Statement_Base
H A DPreparedStatement.cxx148 …m::sun::star::sdbc::XResultSet > SAL_CALL java_sql_PreparedStatement::executeQuery( ) throw(::com… in executeQuery() function in java_sql_PreparedStatement

Completed in 117 milliseconds

12