点击或拖拽改变大小

DbfNumericColumn 方法

X#

DbfNumericColumn 类型公开以下成员。

方法
  名称说明
公共方法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。)
公共方法EmptyValue
Get the default "empty" value, as you would get at EOF
(重写 EmptyValue.)
公共方法GetValue
Get the value from the buffer
(重写 GetValue(Byte).)
公共方法HandleNullValue
Handle NULL values.
(继承自 DbfColumn。)
公共方法InitValue
Initialize the buffer used for appends. Gets called once when a DBF is opened.
(继承自 DbfColumn。)
公共方法NewRecord
Update the buffer after appending. For example for AutoIncrement or TimeStamp columns.
(继承自 DbfColumn。)
公共方法PutValue
Write the value to the buffer
(重写 PutValue(Object, Byte).)
公共方法SameType
Check if two fields match in type, length and decimals.
(继承自 RddFieldInfo。)
公共方法ToString (继承自 RddFieldInfo。)
公共方法Validate
Validate combinations of type, length and decimals.
(重写 Validate.)
Top
参见