Fields
The fields table contains properties of class fields. Each field is stored in a separate column of database table that keeps class instances.
Field Description | Field Name |
Name. Name of the field. Matches name of database column that stores field values. | name |
Type. Field type, one of the types allowed for Data Table fields. The type of database table column that will be created to store field values is RBDMS-specific. | type |
Description. Get more information in Data Table field properties section. | description |
Default. Get more information in Data Table field properties section. | defaultValue |
Read-only. Get more information in Data Table field properties section. | readonly |
Nullable. Get more information in Data Table field properties section. | nullable |
Key. Get more information in Data Table field properties section. | key |
Selection Values. Get more information in Data Table field properties section. | selvals |
Extendable Selection Values. Get more information in Data Table field properties section. | extselvals |
Hidden. Get more information in Data Table field properties section. | hidden |
Inline. Get more information in Data Table field properties section. | inline |
Encrypted. Get more information in Data Table field properties section. | encrypted |
Help. Get more information in Data Table field properties section. | help |
Editor/Viewer. Get more information in Data Table field properties section. | editor |
Editor Options. Get more information in Data Table field properties section. | editorOptions |
Group. Get more information in Data Table field properties section. | group |
Primary Key. Flag indicating that field is a primary key of current class. In class should be only one field with this flag. | primaryKey |
Length. Field length. Used only with string fields. | length |
These properties may be accessed through the fields variable.
Was this page helpful?