208209210211212213214
*/ public LogicalPreparedStatement newLogicalPreparedStatement( java.sql.PreparedStatement ps, StatementKey stmtKey, StatementCacheInteractor cacheInteractor) { return new LogicalPreparedStatement40(ps, stmtKey, cacheInteractor); }
218219220221222223224