public interface IConnectionCustomizer
customize() method must be multithread-safe as
it may be called by multiple threads at one time.| Modifier and Type | Method and Description |
|---|---|
void |
customize(Connection connection)
The Connection object that is passed into this method is the "raw"
Connection instance provided by the JDBC driver, not a wrapped
HikariCP connection.
|
void customize(Connection connection) throws SQLException
connection - a native JDBC driver Connection instance to customizeSQLException - should be thrown if an error condition is encountered during customizationCopyright © 2016 Zaxxer.com. All Rights Reserved.