Product Documentation

FairCom JDBC Developer's Guide

Previous Topic

Next Topic

javax.sql Package

The FairCom DB 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.6, 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

TOCIndex