Home
last modified time | relevance | path

Searched defs:addBatch (Results 1 – 14 of 14) sorted by relevance

/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatement.java69 public synchronized void addBatch(String sql) throws SQLException { in addBatch() method in JavaSQLStatement
H A DJavaSQLPreparedStatement.java433 public synchronized void addBatch() throws SQLException { in addBatch() method in JavaSQLPreparedStatement
/aoo42x/main/dbaccess/source/core/api/
H A Dstatement.cxx433 void SAL_CALL OStatementBase::addBatch( ) throw(SQLException, RuntimeException) in addBatch() function in OStatementBase
587 void OStatement::addBatch( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeException ) in addBatch() function in OStatement
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx180 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch() function in OStatement
H A DSPreparedStatement.cxx343 void SAL_CALL OPreparedStatement::addBatch( ) throw(SQLException, RuntimeException) in addBatch() function in OPreparedStatement
/aoo42x/main/mysqlc/source/
H A Dmysqlc_statement.cxx261 void SAL_CALL OStatement::addBatch(const OUString& sql) in addBatch() function in OStatement
H A Dmysqlc_preparedstatement.cxx874 void SAL_CALL OPreparedStatement::addBatch() in addBatch() function in OPreparedStatement
/aoo42x/main/connectivity/source/drivers/ado/
H A DAStatement.cxx343 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch() function in OStatement
H A DAPreparedStatement.cxx515 void SAL_CALL OPreparedStatement::addBatch( ) throw(SQLException, RuntimeException) in addBatch() function in OPreparedStatement
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java256 public void addBatch() throws SQLException { in addBatch() method in PostgresqlPreparedStatement
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx496 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch() function in OStatement
H A DOPreparedStatement.cxx603 void SAL_CALL OPreparedStatement::addBatch( ) throw(SQLException, RuntimeException) in addBatch() function in OPreparedStatement
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx311 void SAL_CALL java_sql_Statement::addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sd… in addBatch() function in java_sql_Statement
H A DPreparedStatement.cxx568 void SAL_CALL java_sql_PreparedStatement::addBatch( ) throw(::com::sun::star::sdbc::SQLException, :… in addBatch() function in java_sql_PreparedStatement

Completed in 55 milliseconds