JDBC driver properties

For a JDBC connection cache, you can specify settings beyond those shown in the Connection Cache Properties dialog using the com.sybase.jaguar.conncache.config-property property. For details, see com.sybase.jaguar.conncache.config-property.

For backward compatibility, cache properties that are defined in this form are still supported:

propertyName=value

Any property whose name does not begin with com.sybase.jaguar is passed to the JDBC driver as a connection property. For example:

PACKETSIZE=2048

Different JDBC drivers recognize different sets of properties. See your driver documentation for more information on the properties that can be set.