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