Uses of Class
com.appslandia.common.record.Table
-
Packages that use Table Package Description com.appslandia.common.record -
-
Uses of Table in com.appslandia.common.record
Methods in com.appslandia.common.record that return Table Modifier and Type Method Description TableTable. autoKey(String fieldName)TableTable. autoKey(String fieldName, int sqlType)TableTable. field(String fieldName, int sqlType)TableTable. fields(Field... fields)TableTable. fields(String... fieldNames)TableTable. key(String fieldName, int sqlType)TableTable. keys(String... fieldNames)TableTable. setName(String name)Methods in com.appslandia.common.record with parameters of type Table Modifier and Type Method Description intDbContext. delete(Record key, Table table)protected intDbContext. delete(Record key, Table table, boolean addBatch)voidDbContext. deleteBatch(Record key, Table table)booleanDbContext. exists(Record key, Table table)RecordDbContext. getRecord(Record key, Table table)ObjectDbContext. insert(Record record, Table table)protected ObjectDbContext. insert(Record record, Table table, boolean addBatch)voidDbContext. insertBatch(Record record, Table table)intDbContext. update(Record record, Table table)protected intDbContext. update(Record record, Table table, boolean addBatch)voidDbContext. 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)
-