How data sources are implemented
- Last Updated: May 26, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
Data sources are implemented through a data source class. A data source class implements the following interfaces.
javax.sql.DataSourcejavax.sql.ConnectionPoolDataSource(allows applications to use connection pooling)
Refer to Connection Pool Manager in the Progress DataDirect for JDBC Drivers Reference for more information.