this.currResults = new MaterializedSelectResults(this, qe, ResultSetFactory.makeRewindable(this.connection
.applyPostProcessors(qe.execSelect())), false);
break;
case ResultSet.TYPE_FORWARD_ONLY:
default:
this.currResults = new SelectResults(this, qe, this.connection.applyPostProcessors(qe.execSelect()),
needsCommit);
break;
}
} else if (q.isAskType()) {
boolean askRes = qe.execAsk();