|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgDataType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgDataType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgDataType | |
---|---|
CfgDataType |
CfgField.getType()
A data type of field in data base. |
CfgDataType |
CfgDeltaField.getType()
A data type of field in data base. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgDataType | |
---|---|
void |
CfgField.setType(CfgDataType value)
A data type of field in data base. |
Uses of CfgDataType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgDataType | |
---|---|
CfgDataType |
CfgFieldQuery.getType()
A data type of field in data base(See type
CfgDataType
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgDataType | |
---|---|
void |
CfgFieldQuery.setType(CfgDataType value)
A data type of field in data base(See type
CfgDataType
). |
Uses of CfgDataType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgDataType | |
---|---|
static CfgDataType |
CfgDataType.CFGDTChar
A character data type that holds a maximum of 255 characters. |
static CfgDataType |
CfgDataType.CFGDTDateTime
A data base data type. |
static CfgDataType |
CfgDataType.CFGDTFloat
A data base data type. |
static CfgDataType |
CfgDataType.CFGDTInt
A data base data type that is an integer column that holds whole numbers between 231 -1 (that is, 2,147,483,647) and -231 (that is, -2,147,483,648), inclusive. |
static CfgDataType |
CfgDataType.CFGDTMaxDataType
A maximum value of this enumeration. |
static CfgDataType |
CfgDataType.CFGDTNoDataType
The value of corresponding parameter is not changed. |
static CfgDataType |
CfgDataType.CFGDTVarChar
A data base data type, varchar(n) is a column of variable-length characters that holds any combination of up to 255 letters, symbols, and numbers. |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgDataType | |
---|---|
static CfgDataType |
CfgDataType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgDataType |
CfgDataType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgDataType | |
---|---|
static java.util.Collection<CfgDataType> |
CfgDataType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |