tblLVST_SemanticObjects_cObjectType
Table Description:
tblLVST_ScoringObjects_cObjectType maps the type of semantic object to a Constant ID. STRING 0
A string value. This is a primitive type, with respect to rebuilding an SI object. NUMBER 1 A
numeric value (integer, float, whatever). This is a primitive type, with respect to rebuilding
an SI object. Object 2 An object. This is a complex type, usually composed of mixes of the other
types, and is similar to an "object" defined by C++ or JavaScript. ARRAY 3 An array of values.
This is a complex type, with respect to rebuilding an SI object BOOLEAN 4 A boolean value. This is
a primitive type, with respect to rebuilding an SI object.
Table structure:
Column Name |
Data Type |
Data Length |
Default Value |
See Also |
ConstantName |
VARCHAR |
900 |
N/A |
N/A |
ConstantValue |
INTEGER |
N/A |
N/A |
N/A |
Primary Keys:
ConstantValue
Column Descriptions and Constraints:
Column |
Description |
Constraint Name |
Constraint Description |
ConstantName |
This field indicates the type of the semantic object (STRING, BOOLEAN, NUMBER, OBJECT, ARRAY) |
N/A |
N/A |
ConstantValue |
The Constant ID for each type of the semantic object |
N/A |
N/A |
Table Constraints:
Constraint Name |
Constraint Description |
Columns Related |
N/A |
N/A |
N/A |