Constructor for a string data field
OINODb reference
name of the field
column type in database
parameters of the field
ReadonlydbOINODB reference
ReadonlyfieldParameters for the field
ReadonlymaxMaximum length of the field (or 0)
ReadonlynameName of the field
ReadonlysqlSQL type of the field
ReadonlytypeInternal type of field
Parce cell value from string using field type specific formatting rules.
string value
Print data cell (from deserialization) as SQL-string.
cell value
Pring debug information for the field
length of the debug output (or 0 for as long as needed)
Print name of column as SQL.
Serialize cell value in the given content format.
cell value
Serialize cell value in the given content format.
cell value
locale-object to format datetimes with
Specialised class for a datetime column.