|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Record in nl.knaw.dans.common.dbflib |
|---|
| Methods in nl.knaw.dans.common.dbflib that return Record | |
|---|---|
Record |
Table.getRecordAt(int index)
Returns the record at index. |
| Methods in nl.knaw.dans.common.dbflib that return types with arguments of type Record | |
|---|---|
Iterator<Record> |
Table.recordIterator()
Returns a Record iterator. |
Iterator<Record> |
Table.recordIterator(boolean includeDeleted)
Returns a Record iterator. |
| Methods in nl.knaw.dans.common.dbflib with parameters of type Record | |
|---|---|
void |
Table.addRecord(Record record)
Adds a record to this table. |
void |
Table.updateRecordAt(int index,
Record record)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||