*/
public LogicalConnection newCachingLogicalConnection(
org.apache.derby.client.am.Connection physicalConnection,
ClientPooledConnection pooledConnection,
JDBCStatementCache stmtCache) throws SqlException {
return new CachingLogicalConnection40(physicalConnection,
pooledConnection,
stmtCache);
}