skip to main content
Quick Start: Progress DataDirect for JDBC for Google BigQuery 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 Google BigQuery driver is com.ddtek.jdbcx.googlebigquery.GoogleBigQueryDataSource.