Uses of Class
com.appslandia.common.record.Record
-
Packages that use Record Package Description com.appslandia.common.record -
-
Uses of Record in com.appslandia.common.record
Methods in com.appslandia.common.record that return Record Modifier and Type Method Description RecordDbManager. executeSingle(java.lang.String sql)RecordDbManager. executeSingle(java.lang.String pSql, java.util.Map<java.lang.String,java.lang.Object> params)RecordDbManager. getRecord(Record key, Table table)RecordRecord. set(java.lang.String name, java.lang.Object value)static RecordRecordUtils. toRecord(java.sql.ResultSet rs, java.lang.String[] columnLabels)Methods in com.appslandia.common.record that return types with arguments of type Record Modifier and Type Method Description java.util.List<Record>DbManager. executeList(java.lang.String sql)<T> java.util.List<Record>DbManager. executeList(java.lang.String pSql, java.util.Map<java.lang.String,java.lang.Object> params)Methods in com.appslandia.common.record 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)java.lang.ObjectDbManager. insert(Record record, Table table)protected java.lang.ObjectDbManager. 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)
-