break;
}
} else if (q.isAskType()) {
boolean askRes = qe.execAsk();
qe.close();
this.currResults = new AskResults(this, this.connection.applyPostProcessors(askRes), needsCommit);
} else if (q.isDescribeType()) {
switch (this.type) {
case ResultSet.TYPE_SCROLL_INSENSITIVE:
this.currResults = new TripleListResults(this, qe, Iter.toList(this.connection.applyPostProcessors(qe
.execDescribeTriples())), false);