dbf.field

Authors Carlos Santander Bernal
Version 0.3
Date February 5, 2013
History
  • Version 0.3 - February 5, 2013: Updated for D2
  • Version 0.2 - May 22, 2006: Removed alias FieldDescriptor
  • Version 0.1 - May 18, 2006: Initial release
License zlib/libpng
class Field;

Definition of each field (column) in a record

@property string name();

field name

@property DataType type();

field type

@property ushort length();

field length, for non-numerical fields

@property ubyte numericLength();

field length, for numerical fields

@property ubyte decimals();

number of decimals, for numerical fields