org.hsqldb.Library fredt@users 20020210 - patch 513005 by sqlbob@users (RMP) - ABS function fredt@users 20020305 - patch 1.7.0 - change to 2D string arrays sqlbob@users 20020420- patch 1.7.0 - added HEXTORAW and RAWTOHEX. boucherb@user 20020918 - doc 1.7.2 - added JavaDoc and code comments fredt@user 20021021 - doc ...
org.hsqldb.HsqlDateTime fredt@users 20020130 - patch 1.7.0 by fredt - new class replaces patch by deforest@users fredt@users 20020414 - patch 517028 by peterhudson@users - use of calendar fredt@users 20020414 - patch 828957 by tjcrowder@users - JDK 1.3 compatibility fredt@users 20040105 - patch 870957 by Gerhard Hiller - ...
org.hsqldb.jdbc.jdbcResultSet 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 fredt@users 20020315 - patch 497714 by lakuhns@users - scrollable ResultSet all abs ...
com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore JDBC implementation. <p> The following properties are all <b>required</b>: <ul> <li><b>datasource</b> - the JNDI location for the DataSource that is to be used.</li> <li><b>entry.sequence</b> - SQL query that returns the next ID fo ...
com.mysql.jdbc.CallableStatement Representation of stored procedures for JDBC @author Mark Matthews @version $Id: CallableStatement.java,v 1.1.2.1 2005/05/13 18:58:38 mmatthews Exp $
org.hsqldb.jdbc.jdbcPreparedStatement 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 boucherb@users 20020509 - added "throws SQLException" to all methods where it was missing here but specified in the java.sql.PreparedStatement and java.sqlCa ...