Storing client information
Your application can store client information associated with a connection using any of the following methods:

Using the driver connection properties listed in "Client information properties."

Using the following JDBC methods:

Connection.setClientInfo(
properties)

Connection.setClientInfo(
property_name,
value)

Using the JDBC extension methods provided in the com.ddtek.jdbc.extensions package.