recognizerAdapter = new RecognizerAdapter(queryEngine.getErrorPrintStream()) {
protected void handleQuery(ListAST ast) throws RippleException {
synchronized (mutex) {
queryResultHistory.advance();
new RippleQueryCmd(ast, resultTee).execute(queryEngine, connection);
connection.commit();
}
}
protected void handleCommand(Command command) throws RippleException {