// remember root query ... it will be used to map the results, even if SQLAction
// uses query substitute...
this.currentQuery = query;
SQLAction action = node.getAdapter().getAction(query, node);
action.performAction(connection, this);
}
public void nextBatchCount(Query query, int[] resultCount) {
observer.nextBatchCount(currentQuery, resultCount);
}