public class FWDPostgreSQLConnectionCustomizer
extends com.mchange.v2.c3p0.AbstractConnectionCustomizer
use.java.udfs and fwd.version
SQL configuration variable.| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
Logger
|
| Constructor and Description |
|---|
FWDPostgreSQLConnectionCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAcquire(java.sql.Connection c,
java.lang.String parentDataSourceIdentityToken)
Called immediately after a
Connection is acquired from the underlying database for
incorporation into the pool. |
public void onAcquire(java.sql.Connection c,
java.lang.String parentDataSourceIdentityToken)
throws java.lang.Exception
Connection is acquired from the underlying database for
incorporation into the pool.onAcquire in interface com.mchange.v2.c3p0.ConnectionCustomizeronAcquire in class com.mchange.v2.c3p0.AbstractConnectionCustomizerc - Connection to be customized.parentDataSourceIdentityToken - The parent data source identity token.java.lang.Exception