296297298299300301302303304305
command.execute(); return command.getKeys(); } public long getSize(int id, int db, String key) { GetSize command = new GetSize(id, db, key); command.execute(); return command.getSize(); }