6162636465666768697071
if (maxrows >= 0) { String plan; if (executeCommand) { PageStore store = db.isPersistent() ? db.getPageStore() : null; if (store != null) { store.statisticsStart(); } if (command.isQuery()) { command.query(maxrows); } else { command.update();
6061626364656667686970
5960616263646566676869
Expression[] expressions = { expr }; result = new LocalResult(session, expressions, 1); if (maxrows >= 0) { String plan; if (executeCommand) { db.statisticsStart(); if (command.isQuery()) { command.query(maxrows); } else { command.update(); }