public class ConnectionInitializerInterceptor extends org.apache.tomcat.jdbc.pool.JdbcInterceptor implements PoolInterceptorProvider
Constructor and Description |
---|
ConnectionInitializerInterceptor() |
Modifier and Type | Method and Description |
---|---|
String |
getPoolInterceptorsClassNames() |
void |
reset(org.apache.tomcat.jdbc.pool.ConnectionPool parent,
org.apache.tomcat.jdbc.pool.PooledConnection con)
This method is called each time the connection is borrowed from the pool and it is used to
initialize prepareStatement.
|
public void reset(org.apache.tomcat.jdbc.pool.ConnectionPool parent, org.apache.tomcat.jdbc.pool.PooledConnection con)
reset
in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
public String getPoolInterceptorsClassNames()
getPoolInterceptorsClassNames
in interface PoolInterceptorProvider