109110111112113114115
*/ public LogicalPreparedStatement newLogicalPreparedStatement( PreparedStatement ps, StatementKey stmtKey, StatementCacheInteractor cacheInteractor) { return new LogicalPreparedStatement42(ps, stmtKey, cacheInteractor); }
86878889909192
*/ public LogicalPreparedStatement newLogicalPreparedStatement( java.sql.PreparedStatement ps, StatementKey stmtKey, StatementCacheInteractor cacheInteractor) { return new LogicalPreparedStatement42(ps, stmtKey, cacheInteractor); }