Returning client information
- Last Updated: June 12, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
Your application can return client information in the following ways:
- Using the following JDBC methods:
- Connection.getClientInfo()
- Connection.getClientInfo(property_name)
- DatabaseMetaData.getClientInfoProperties()
- Using the JDBC extension methods provided in the com.ddtek.jdbc.extensions package.
Refer to JDBC support in the Progress DataDirect for JDBC Drivers Reference for more information about JDBC methods.