DbfColumn Methods |
The DbfColumn type exposes the following members.
Name | Description | |
---|---|---|
BlankValue | Return the blank (non null) value of the column. (Inherited from RddFieldInfo.) | |
Clone | Clone a RddFieldInfo object. (Inherited from RddFieldInfo.) | |
CopyValues | Copy values from one object to another. (Inherited from RddFieldInfo.) | |
Create(RddFieldInfo, DBF) | Create a DbfColumn class, used when creating files. | |
Create(DbfField, DBF, Long) | Create a DbfColumn class, based on the definition in the DBF. Used when opening a file. | |
EmptyValue | Get the default "empty" value, as you would get at EOF | |
GetValue | Get the value from the buffer | |
HandleNullValue | Handle NULL values. | |
InitValue | Initialize the buffer used for appends. Gets called once when a DBF is opened. | |
NewRecord | Update the buffer after appending. For example for AutoIncrement or TimeStamp columns. | |
PutValue | Write the value to the buffer | |
SameType | Check if two fields match in type, length and decimals. (Inherited from RddFieldInfo.) | |
ToString | (Inherited from RddFieldInfo.) | |
Validate | Validate combinations of type, length and decimals. (Inherited from RddFieldInfo.) |