Uses of Class
net.odoframework.sql.Record
| Package | Description |
|---|---|
| net.odoframework.sql |
-
Uses of Record in net.odoframework.sql
Methods in net.odoframework.sql that return Record Modifier and Type Method Description RecordRecord. addChild(String table, Record child)RecordRecord. primaryKeyFields(String... fields)RecordRecord. remove(String field)RecordRecord. removeChild(String table)RecordRecord. set(String field, Object value)Methods in net.odoframework.sql that return types with arguments of type Record Modifier and Type Method Description Map<String,List<Record>>Record. getChildren()List<Record>Record. getChildren(String table)