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( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatementBase
459 Reference< XPreparedBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->clearBatch(); in clearBatch()
602 void OStatement::clearBatch( ) throw( SQLException, RuntimeException ) in clearBatch() function in OStatement
612 Reference< XBatchExecution >(m_xAggregateAsSet, UNO_QUERY)->clearBatch(); in clearBatch()
/trunk/main/connectivity/java/sdbc_jdbc/src/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/connectivity/java/sdbc_postgresql/src/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/dbaccess/source/core/inc/
H A Dstatement.hxx152 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
202 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
/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.hxx192 void SAL_CALL clearBatch() throw(SQLException, RuntimeException);
H A Dmysqlc_preparedstatement.hxx166 void SAL_CALL clearBatch() throw(SQLException, RuntimeException);
H A Dmysqlc_statement.cxx170 void SAL_CALL OStatement::clearBatch() in clearBatch() function in OStatement
H A Dmysqlc_preparedstatement.cxx864 void SAL_CALL OPreparedStatement::clearBatch() in clearBatch() function in OPreparedStatement
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx159 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
H A DSStatement.cxx127 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatement
H A DSPreparedStatement.cxx338 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
H A DSPreparedStatement.hxx126 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx108 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
H A DAStatement.hxx191 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx97 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
H A DJStatement.hxx210 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx238 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
H A DOPreparedStatement.hxx152 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx508 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
H A DAStatement.cxx161 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx596 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx215 void SAL_CALL java_sql_Statement::clearBatch( ) throw(::com::sun::star::sdbc::SQLException, Runtim… in clearBatch() function in java_sql_Statement

Completed in 80 milliseconds

12