点击或拖拽改变大小

DbfColumn 方法

X#

DbfColumn 类型公开以下成员。

方法
  名称说明
公共方法BlankValue
Return the blank (non null) value of the column.
(继承自 RddFieldInfo。)
公共方法Clone
Clone a RddFieldInfo object.
(继承自 RddFieldInfo。)
公共方法CopyValues
Copy values from one object to another.
(继承自 RddFieldInfo。)
公共方法静态成员Create(RddFieldInfo, DBF)
Create a DbfColumn class, used when creating files.
公共方法静态成员Create(DbfField, DBF, Int32)
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.
(继承自 RddFieldInfo。)
公共方法ToString (继承自 RddFieldInfo。)
公共方法Validate
Validate combinations of type, length and decimals.
(继承自 RddFieldInfo。)
Top
参见