Your application can return client information in the following ways:
Using the following JDBC methods:
◦ Connection.getClientInfo()
◦ Connection.getClientInfo(property_name)
◦ DatabaseMetaData.getClientInfoProperties()
Refer to "JDBC Support" in the DataDirect Connect Series for JDBC Reference for more information about these JDBC methods.
Using the JDBC extension methods provided in the com.ddtek.jdbc.extensions package. Refer to "JDBC Extensions" in the DataDirect Connect Series for JDBC Reference for more information about the com.ddtek.jdbc.extensions package.