org.objectweb.cjdbc.controller.backend.DatabaseBackend A <code>DatabaseBackend</code> represents a real database backend that will have to be bound to a virtual C-JDBC database. All connections opened will use the same url but possibly different login/password. @author <a HREF="mailto:Emmanuel.Cecchet@inria.fr">Emmanuel Cecchet < ...
org.hsqldb.jdbc.jdbcConnection 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.Connection interface, updated ge ...
com.ibatis.common.jdbc.SimpleDataSource This is a simple, synchronous, thread-safe database connection pool. <p/> REQUIRED PROPERTIES ------------------- JDBC.Driver JDBC.ConnectionURL JDBC.Username JDBC.Password <p/> Pool.MaximumActiveConnections Pool.MaximumIdleConnections Pool.MaximumCheckoutTime Pool.TimeToWait Pool.Ping ...