skip to main content
Quick Start: Progress DataDirect for JDBC for Apache Hive 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 a data source class. A data source class implements the following interfaces.
*javax.sql.DataSource
*javax.sql.ConnectionPoolDataSource (allows applications to use connection pooling)
The data source class for the driver for Apache Hive is com.ddtek.jdbcx.hive.HiveDataSource.