DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.

Enter additional information related to this 'class' inside the {div} macro with 'id=description'


Property Summary
Number
autoEnterSubType
The subtype of autoenter configured for the column.
Number
autoEnterType
The type of autoenter configured for the column.
String
converterName
The name of the converter used for this column.
String
converterProperties
The properties of the converter used for this column.
String
databaseDefaultValue
The database default value that is used when autoenter is set to database default.
String
databaseSequenceName
The database sequence name that is used when autoenter is set to sequence and autoenter subtype
is set to database sequence.
String
defaultFormat
The default format of the column.
String
defaultValue
The value that is used when autoenter is set to custom value.
String
description
The description of the column.
String
foreignType
The foreign type of the column.
String
lookupValue
The lookup value that is used when autotype is set to lookup.
String
titleText
The title of the column.
String
validatorName
The name of the validator used for the column.
String
validatorProperties
The properties of the validator used for the column.

Property Details
autoEnterSubType

The subtype of autoenter configured for the column. The available options depend
on the type of autoenter.

If autoenter is set to system value, then the subtype can be one of: none, creation datetime,
creation username, modification datetime, modification username, database managed,
creation user uid, modification user uid, creation server datetime or modification server datetime.

If autoenter is set to sequence, then the subtype can be one of: none, Servoy sequence,
database sequence, database identity or universally unique identifier.

Returns
Number

autoEnterType
The type of autoenter configured for the column. Can be one of: none,
system value, sequence, custom value or lookup value.
Returns
Number

converterName
The name of the converter used for this column.
Returns
String

converterProperties
The properties of the converter used for this column.
Returns
String

databaseDefaultValue
The database default value that is used when autoenter is set to database default.
Returns
String

databaseSequenceName
The database sequence name that is used when autoenter is set to sequence and autoenter subtype
is set to database sequence.
Returns
String

defaultFormat
The default format of the column.
Currently only strings or numbers are supported.
Returns
String

defaultValue
The value that is used when autoenter is set to custom value.
Returns
String

description
The description of the column.
Returns
String

foreignType
The foreign type of the column. It is used for foreign key columns, to hold the foreign table they point to.
Returns
String

lookupValue
The lookup value that is used when autotype is set to lookup.
Returns
String

titleText
The title of the column.
Returns
String

validatorName
The name of the validator used for the column.
Returns
String

validatorProperties
The properties of the validator used for the column.
Returns
String