if (dncLogWriter != null) {
dncLogWriter.traceEntry(this, "getPooledConnection", ds, user, "<escaped>");
}
PooledConnection pooledConnection = getPooledConnectionX(dncLogWriter, ds, user, password);
if (dncLogWriter != null) {
dncLogWriter.traceExit(this, "getPooledConnection", pooledConnection);
}
return pooledConnection;
}
// method that establishes the initial physical connection