skip to main content
Quick Start: Progress DataDirect for JDBC for Jira Driver : Connecting to a DataSource : Connecting using data sources : How Data Sources Are Implemented
  

Try DataDirect Drivers Now
How Data Sources Are Implemented
Data sources are implemented through the DataSource class. The DataSource class implements the following interfaces.
*javax.sql.DataSource
*javax.sql.ConnectionPoolDataSource (allows applications to use connection pooling)
The DataSource class for the Jira driver is com.ddtek.jdbcx.jira.JiraDataSource.