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(java.sql.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(java.sql.Connection connection)
throws java.sql.SQLException
connection - a native JDBC driver Connection instance to customizejava.sql.SQLException - should be thrown if an error condition is encountered during customizationCopyright © 2014 Zaxxer.com. All Rights Reserved.