474849505152535455
command.execute(); } public boolean isFieldExist(int id, int db, String key, String field){ IsFieldExist command = new IsFieldExist(id, db, key, field); command.execute(); return command.isExist(); } }