Home
last modified time | relevance | path

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

12

/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx448 void SAL_CALL OStatementBase::clearBatch( ) in clearBatch() function in OStatementBase
459 Reference< XPreparedBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->clearBatch(); in clearBatch()
602 void OStatement::clearBatch( ) in clearBatch() function in OStatement
612 Reference< XBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->clearBatch(); in clearBatch()
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLStatement.java79 public void clearBatch() throws SQLException { in clearBatch() method in JavaSQLStatement
82 jdbcStatement.clearBatch(); in clearBatch()
H A DJavaSQLPreparedStatement.java423 public synchronized void clearBatch() throws SQLException { in clearBatch() method in JavaSQLPreparedStatement
426 ((java.sql.PreparedStatement)jdbcStatement).clearBatch(); in clearBatch()
/trunk/main/dbaccess/source/core/inc/
H A Dstatement.hxx150 virtual void SAL_CALL clearBatch( );
200 virtual void SAL_CALL clearBatch( );
/trunk/main/connectivity/java/sdbc_postgresql/src/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java260 public void clearBatch() throws SQLException { in clearBatch() method in PostgresqlPreparedStatement
261 implPreparedBatchExecution.clearBatch(); in clearBatch()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBatchExecution.idl59 void clearBatch() raises (SQLException);
H A DXPreparedBatchExecution.idl62 void clearBatch() raises (SQLException);
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.hxx180 void SAL_CALL clearBatch();
H A Dmysqlc_preparedstatement.hxx149 void SAL_CALL clearBatch();
H A Dmysqlc_statement.cxx166 void SAL_CALL OStatement::clearBatch() in clearBatch() function in OStatement
H A Dmysqlc_preparedstatement.cxx830 void SAL_CALL OPreparedStatement::clearBatch() in clearBatch() function in OPreparedStatement
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx158 virtual void SAL_CALL clearBatch( );
H A DSPreparedStatement.hxx125 virtual void SAL_CALL clearBatch( );
H A DSStatement.cxx127 void SAL_CALL OStatement::clearBatch( ) in clearBatch() function in OStatement
H A DSPreparedStatement.cxx338 void SAL_CALL OPreparedStatement::clearBatch( ) in clearBatch() function in OPreparedStatement
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx97 virtual void SAL_CALL clearBatch( );
H A DJStatement.hxx210 virtual void SAL_CALL clearBatch( );
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx189 virtual void SAL_CALL clearBatch( );
H A DAPreparedStatement.hxx107 virtual void SAL_CALL clearBatch( );
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx151 virtual void SAL_CALL clearBatch( );
H A DOStatement.hxx236 virtual void SAL_CALL clearBatch( );
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx510 void SAL_CALL OPreparedStatement::clearBatch( ) in clearBatch() function in OPreparedStatement
H A DAStatement.cxx161 void SAL_CALL OStatement::clearBatch( ) in clearBatch() function in OStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx596 void SAL_CALL OPreparedStatement::clearBatch( ) in clearBatch() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx215 void SAL_CALL java_sql_Statement::clearBatch( ) in clearBatch() function in java_sql_Statement

12