Click or drag to resize

DbfColumn Methods

X#

The DbfColumn type exposes the following members.

Functions
  NameDescription
Public methodBlankValue
Return the blank (non null) value of the column.
(Inherited from RddFieldInfo.)
Public methodClone
Clone a RddFieldInfo object.
(Inherited from RddFieldInfo.)
Public methodCopyValues
Copy values from one object to another.
(Inherited from RddFieldInfo.)
Public methodStatic memberCreate(RddFieldInfo, DBF)
Create a DbfColumn class, used when creating files.
Public methodStatic memberCreate(DbfField, DBF, Long)
Create a DbfColumn class, based on the definition in the DBF. Used when opening a file.
Public methodEmptyValue
Get the default "empty" value, as you would get at EOF
Public methodGetValue
Get the value from the buffer
Public methodHandleNullValue
Handle NULL values.
Public methodInitValue
Initialize the buffer used for appends. Gets called once when a DBF is opened.
Public methodNewRecord
Update the buffer after appending. For example for AutoIncrement or TimeStamp columns.
Public methodPutValue
Write the value to the buffer
Public methodSameType
Check if two fields match in type, length and decimals.
(Inherited from RddFieldInfo.)
Public methodToString (Inherited from RddFieldInfo.)
Public methodValidate
Validate combinations of type, length and decimals.
(Inherited from RddFieldInfo.)
Top
See Also