skip to main content
Quick Start: Accessing REST data sources using HTTP header authentication : 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 Autonomous REST Connector is com.ddtek.jdbcx.autorest.AutoRESTDataSource.