public static class ConnectionRegressionTest.TestBug34918989PropTransOK extends java.lang.Object implements ConnectionPropertiesTransform
| Constructor and Description |
|---|
TestBug34918989PropTransOK() |
| 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.
|
public java.util.Properties transformProperties(java.util.Properties props)
ConnectionPropertiesTransformtransformProperties in interface ConnectionPropertiesTransformprops - the properties as passed by the driver (never null)