FIELDS System Table Description
Fields
Field Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
FIELD |
string |
Name of field, which is also the name of the column. |
||||||||
TABLENAME |
string |
Table name for this field/column. |
||||||||
SCHEMA |
string |
Schema name for the table for this field/column. |
||||||||
DOMAINNAME |
string |
If this column is defined as a SQL |
||||||||
DOMAINSCHEMA |
string |
If this column is defined as a SQL |
||||||||
COLLATIONSEQUENCE |
string |
If this column is a |
||||||||
FIELDPOSITION |
integer |
This is the position of the field specifying the order in which the field was given in the original |
||||||||
FIELDID |
integer |
This is the same as |
||||||||
DATATYPE |
integer |
Integer from ID in |
||||||||
LENGTH |
integer |
Length associated with the data type for this column. This is the precision assigned to a |
||||||||
SCALE |
integer |
If the column is defined as a fixed precision numeric type, this is the scale. Otherwise, 0. |
||||||||
PRECISION |
integer |
If the column is defined as a fixed precision numeric, |
||||||||
DISPLAY_SIZE |
integer |
Internal field used to help the |
||||||||
FLAGS |
integer |
Flags specifying additional information about this column:
|
||||||||
DEFAULTVALUE |
string |
A default value given for the column when it is created. |
||||||||
REMARKS |
string |
Deprecated |
||||||||
GENERATOR_SEQUENCE |
text |
Contains the name of the sequence, if the column has been defined as “ |
||||||||
ENUMERATION |
text |
Contains the textual labels for fields defined as |
||||||||
CHARACTER_SET |
text |
Deprecated |
||||||||
DECLARED_TYPE |
string |
The actual string for the type of the column parsed from the command that created the column ( |
||||||||
COMPUTEDEXPRESSION |
string |
The expression used to compute the value of the field.
If the field is not a computed field, |