Returning client Information
- Last Updated: June 25, 2019
- 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
Your application can return client information in the following ways:
- Using the following JDBC methods:
- Connection.getClientInfo()
- Connection.getClientInfo(property_name)
- DatabaseMetaData.getClientInfoProperties()
See "JDBC support" in the for more information about these JDBC methods.
- Using the JDBC extension methods provided in the com.ddtek.jdbc.extensions package. See "JDBC extensions" for more information about the com.ddtek.jdbc.extensions package.