Uses of Class
com.appslandia.common.easyrecord.Record
-
Packages that use Record Package Description com.appslandia.common.easyrecord -
-
Uses of Record in com.appslandia.common.easyrecord
Methods in com.appslandia.common.easyrecord that return Record Modifier and Type Method Description RecordDbManager. executeSingle(String sql)static RecordRecordUtils. executeSingle(PreparedStatement stat)static RecordRecordUtils. executeSingle(ResultSet rs)RecordDbManager. getRecord(Record key, Table table)RecordRecord. set(String name, Object value)Methods in com.appslandia.common.easyrecord that return types with arguments of type Record Modifier and Type Method Description List<Record>DbManager. executeList(String sql)static List<Record>RecordUtils. executeList(PreparedStatement stat)static List<Record>RecordUtils. executeList(ResultSet rs)List<Record>DbManager. getAll(Table table)Methods in com.appslandia.common.easyrecord with parameters of type Record Modifier and Type Method Description intDbManager. delete(Record key, Table table)protected intDbManager. delete(Record key, Table table, boolean addBatch)voidDbManager. deleteBatch(Record key, Table table)booleanDbManager. exists(Record key, Table table)RecordDbManager. getRecord(Record key, Table table)longDbManager. insert(Record record, Table table)protected longDbManager. insert(Record record, Table table, boolean addBatch)voidDbManager. insertBatch(Record record, Table table)intDbManager. update(Record record, Table table)protected intDbManager. update(Record record, Table table, boolean addBatch)voidDbManager. updateBatch(Record record, Table table)voidFieldValidators. validateKey(Record key, Table table)voidFieldValidators. validateKey(Record key, Table table, FieldValidators.Callback callback)voidFieldValidators. validateRecord(Record record, Table table)voidFieldValidators. validateRecord(Record record, Table table, FieldValidators.Callback callback)
-