KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > sql > BatchUpdateException > Top Examples

  • testsuite.regression.StatementRegressionTest
    Regression tests for the Statement class @author Mark Matthews
  • org.objectweb.cjdbc.driver.PreparedStatement
    A SQL Statement is pre-compiled and stored in a <code>PreparedStatement</code> object. This object can then be used to efficiently execute this statement multiple times. <p> <b>Note: </b> The setXXX methods for setting IN parameter values must specify types that are c ...
  • org.hsqldb.jdbc.jdbcStatement
    fredt@users 20020320 - patch 1.7.0 - JDBC 2 support and error trapping JDBC 2 methods can now be called from jdk 1.1.x - see javadoc comments SCROLL_INSENSITIVE and FORWARD_ONLY types for ResultSet are now supported boucherb@users 20020509 - added "throws SQLException" to all methods where it was m ...
Popular Tags