skip to main content
About the Driver : Using the Driver : Connecting from an Application : Connecting Using Data Sources : How Data Sources Are Implemented
  
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.