public interface ConnectionPropertiesTransform
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
transformProperties(java.util.Properties props)
The JDBC driver will call this method if the user has loaded your
implementation of this interface by specifying the 'propertiesTransform'
property in their JDBC URL.
|
java.util.Properties transformProperties(java.util.Properties props) throws java.sql.SQLException
props
- the properties as passed by the driver (never null)java.sql.SQLException
- if a transform can not be made for any reason.