Uses of Class
com.appslandia.common.easyrecord.Table
-
Packages that use Table Package Description com.appslandia.common.easyrecord -
-
Uses of Table in com.appslandia.common.easyrecord
Methods in com.appslandia.common.easyrecord that return Table Modifier and Type Method Description TableTable. addAutoKey(String fieldName)TableTable. addField(Field field)TableTable. addField(String fieldName, int sqlType)TableTable. addFields(String... fieldNames)TableTable. addKeys(String... fieldNames)TableTable. setName(String name)Methods in com.appslandia.common.easyrecord with parameters of type Table 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)List<Record>DbManager. getAll(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)
-