public interface Record<F extends Field>
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the specified record index.
|
Table<F> |
getTable()
Returns the specified table which contains this record.
|
Object |
getValue(F field)
Returns the value of field.
|