/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLStatement.java | 79 public void clearBatch() throws SQLException { in clearBatch() method in JavaSQLStatement
|
H A D | JavaSQLPreparedStatement.java | 423 public synchronized void clearBatch() throws SQLException { in clearBatch() method in JavaSQLPreparedStatement
|
/trunk/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 448 void SAL_CALL OStatementBase::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatementBase 602 void OStatement::clearBatch( ) throw( SQLException, RuntimeException ) in clearBatch() function in OStatement
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SStatement.cxx | 127 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatement
|
H A D | SPreparedStatement.cxx | 338 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_statement.cxx | 170 void SAL_CALL OStatement::clearBatch() in clearBatch() function in OStatement
|
H A D | mysqlc_preparedstatement.cxx | 864 void SAL_CALL OPreparedStatement::clearBatch() in clearBatch() function in OPreparedStatement
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 161 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatement
|
H A D | APreparedStatement.cxx | 508 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 260 public void clearBatch() throws SQLException { in clearBatch() method in PostgresqlPreparedStatement
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 212 void SAL_CALL OStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OStatement
|
H A D | OPreparedStatement.cxx | 596 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch() function in OPreparedStatement
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 215 void SAL_CALL java_sql_Statement::clearBatch( ) throw(::com::sun::star::sdbc::SQLException, Runtim… in clearBatch() function in java_sql_Statement
|
H A D | PreparedStatement.cxx | 555 void SAL_CALL java_sql_PreparedStatement::clearBatch( ) throw(::com::sun::star::sdbc::SQLException… in clearBatch() function in java_sql_PreparedStatement
|