Previous Topic

Next Topic

javax.sql Package

The c-treeACE SQL JDBC javax.sql package provides the APIs for server side data source access and processing. This is included in the Java 2 SDK version 1.4, Standard Edition.

The javax.sql package provides the following:

  • The DataSource interface as an alternative to the DriverManager for establishing a connection with a data source
  • Connection pooling