public interface ConnectionPropertiesTransform
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
transformProperties(java.util.Properties props)
The driver will call this method if the user has loaded your
implementation of this interface by specifying the 'propertiesTransform'
property in their URL.
|
java.util.Properties transformProperties(java.util.Properties props)
props
- the properties as passed by the driver (never null)