skip to main content
Getting Started : Connecting Using Data Sources : How Data Sources Are Implemented
  

Try DataDirect Drivers Now

How Data Sources Are Implemented

Data sources are implemented through a data source class. A data source class implements the following interfaces:
*javax.sql.DataSource
*javax.sql.ConnectionPoolDataSource (allows applications to use connection pooling)
See Data Source and Driver Classes for data source class information.