Home
last modified time | relevance | path

Searched refs:addBatch (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx433 void SAL_CALL OStatementBase::addBatch( ) throw(SQLException, RuntimeException) in addBatch() function in OStatementBase
444 Reference< XPreparedBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->addBatch(); in addBatch()
587 void OStatement::addBatch( const rtl::OUString& _rSQL ) throw( SQLException, RuntimeException ) in addBatch() function in OStatement
599 Reference< XBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->addBatch( sSQL ); in addBatch()
/trunk/main/dbaccess/source/core/inc/
H A Dstatement.hxx151 …virtual void SAL_CALL addBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
201 …virtual void SAL_CALL addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLExce…
205 using OStatementBase::addBatch;
/trunk/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
72 jdbcStatement.addBatch(sql); in addBatch()
H A DJavaSQLPreparedStatement.java433 public synchronized void addBatch() throws SQLException { in addBatch() method in JavaSQLPreparedStatement
436 ((java.sql.PreparedStatement)jdbcStatement).addBatch(); in addBatch()
/trunk/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
257 implPreparedBatchExecution.addBatch(); in addBatch()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBatchExecution.idl52 void addBatch([in]string sql ) raises (SQLException);
H A DXPreparedBatchExecution.idl55 void addBatch() raises (SQLException);
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.hxx189 void SAL_CALL addBatch(const OUString& sql)
H A Dmysqlc_preparedstatement.hxx165 void SAL_CALL addBatch() throw(SQLException, RuntimeException);
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
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx158 …virtual void SAL_CALL addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLExce…
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
H A DSPreparedStatement.hxx125 …virtual void SAL_CALL addBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx107 …virtual void SAL_CALL addBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A DAStatement.hxx190 …virtual void SAL_CALL addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLExce…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx96 …virtual void SAL_CALL addBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A DJStatement.hxx209 …virtual void SAL_CALL addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLExce…
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx237 …virtual void SAL_CALL addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLExce…
H A DOPreparedStatement.hxx151 …virtual void SAL_CALL addBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx515 void SAL_CALL OPreparedStatement::addBatch( ) throw(SQLException, RuntimeException) in addBatch() function in OPreparedStatement
H A DAStatement.cxx343 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch() function in OStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx603 void SAL_CALL OPreparedStatement::addBatch( ) throw(SQLException, RuntimeException) in addBatch() function in OPreparedStatement
/trunk/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

Completed in 80 milliseconds

12