223224225226227228229
*/ public LogicalCallableStatement newLogicalCallableStatement( java.sql.CallableStatement cs, StatementKey stmtKey, StatementCacheInteractor cacheInteractor) { return new LogicalCallableStatement40(cs, stmtKey, cacheInteractor); }
233234235236237238239