4041424344454647
command.execute(); return command.getValues(); } public void insert(int id, int db, String key, boolean beforeAfter, String pivot, String value){ InsertList command = new InsertList(id, db, key, beforeAfter, pivot, value); command.execute(); }