Constructor for a boolean data field
OINO data source reference
name of the field
column type in database
parameters of the field
ReadonlydatasourceOINO data source reference
ReadonlyfieldParameters for the field
ReadonlymaxMaximum length of the field (or 0)
ReadonlynameName of the field
ReadonlynativeSQL 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
Print name of the field in datasource specific format.
Serialize cell value in the given content format.
cell value
Serialize the field schema as a plain object without the datasource reference.
StaticfromConstruct the appropriate OINODataField subclass from a serialized schema. The native type
is supplied by the datasource (it is not taken from the schema, since a created field's native
type is chosen by the database implementation).
OINO data source reference
serialized field schema
native (SQL) type chosen by the datasource
Specialised class for a boolean column.