public static class ConnectionRegressionTest.TestBug101596Transformer extends java.lang.Object implements ConnectionPropertiesTransform
| Constructor and Description |
|---|
TestBug101596Transformer() |
| 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)