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.