Child pages
  • ColumnInfo
Skip to end of metadata
Go to start of metadata



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

 

autoEnterType

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

Returns

 

converterName

The name of the converter used for this column.

Returns

 

converterProperties

The properties of the converter used for this column.

Returns

 

databaseDefaultValue

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

Returns

 

databaseSequenceName

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

Returns

 

defaultFormat

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

Returns

 

defaultValue

The value that is used when autoenter is set to custom value.

Returns

 

description

The description of the column.

Returns

 

foreignType

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

Returns

 

lookupValue

The lookup value that is used when autotype is set to lookup.

Returns

 

titleText

The title of the column.

Returns

 

validatorName

The name of the validator used for the column.

Returns

 

validatorProperties

The properties of the validator used for the column.

Returns

 



  • No labels