| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DbfLibException in nl.knaw.dans.common.dbflib | 
|---|
| Subclasses of DbfLibException in nl.knaw.dans.common.dbflib | |
|---|---|
|  class | CorruptedTableExceptionThrown to indicate that a table did not comply with the supported versions of the DBF file format. | 
|  class | DataMismatchExceptionThrown to indicate that the data provided cannot be written to the database. | 
|  class | InvalidFieldLengthExceptionThrown when trying to add a Fieldwith and invalid length to aTable. | 
|  class | InvalidFieldTypeExceptionThrown when trying to add a Fieldto aTablewhen it is not supported by theVersionspecified. | 
|  class | RecordTooLargeExceptionThrown when trying to add a record with more fields than are defined in the table file. | 
|  class | ValueTooLargeExceptionThrown when trying to add a record that contains values that are too large for their designated fields. | 
| Methods in nl.knaw.dans.common.dbflib that throw DbfLibException | |
|---|---|
|  void | Table.addRecord(Object... fieldValues)Constructs and adds a record. | 
|  void | Table.addRecord(Record record)Adds a record to this table. | 
|  byte[] | Record.getRawValue(Field field)Returns the raw field value. | 
|  void | Table.pack()Physically remove the records currently flagged as "deleted". | 
|  void | Table.updateRecordAt(int index,
               Record record) | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||