151152153154155156157
*/ public LogicalCallableStatement newLogicalCallableStatement( CallableStatement cs, StatementKey stmtKey, StatementCacheInteractor cacheInteractor) { return new LogicalCallableStatement42(cs, stmtKey, cacheInteractor); }
121122123124125126127
*/ public LogicalCallableStatement newLogicalCallableStatement( java.sql.CallableStatement cs, StatementKey stmtKey, StatementCacheInteractor cacheInteractor) { return new LogicalCallableStatement42(cs, stmtKey, cacheInteractor); }