Each DbfFieldDef object represents the
definition of one column (field) of the database.
Attributes include:
.name
The field's name.
.length
Maximum length of the field.
.typeCode
The dBASE V type code: C for
character, N for numeric, and so on.
.decimalCount
For type N, the number of digits after
the decimal.