Supported Clients
SmartClient
WebClient
NGClient
MobileClient

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

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

autoEnterType

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

Returns

Number

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

converterName

The name of the converter used for this column.

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

converterProperties

The properties of the converter used for this column.

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

databaseDefaultValue

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

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

databaseSequenceName

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

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

defaultFormat

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

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

defaultValue

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

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

description

The description of the column.

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

foreignType

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

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

lookupValue

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

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

titleText

The title of the column.

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

validatorName

The name of the validator used for the column.

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

validatorProperties

The properties of the validator used for the column.

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample