public interface ConnectionPropertiesTransform
| Modifier and Type | Method | Description |
|---|---|---|
Properties |
transformProperties(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.
|
Properties transformProperties(Properties props)
props - the properties as passed by the driver (never null)