DataSource
- Last Updated: October 9, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
| DataSource Methods | Version Introduced | Supported | Comments |
|---|---|---|---|
| Connection getConnection() | 2.0 Optional | Yes | |
| Connection getConnection(String, String) | 2.0 Optional | Yes | |
| int getLoginTimeout() | 2.0 Optional | Yes | |
| PrintWriter getLogWriter() | 2.0 Optional | Yes | |
| boolean isWrapperFor(Class<?> iface) | 4.0 | Yes | |
| void setLoginTimeout(int) | 2.0 Optional | Yes | |
| void setLogWriter(PrintWriter) | 2.0 Optional | Yes | Enables DataDirect Spy, which traces JDBC information into the specified PrintWriter. |
| <T> T unwrap(Class<T> iface) | 4.0 | Yes |