%Compiler.LG.JavaIndexDef
Class %Compiler.LG.JavaIndexDef Extends %SerialObject [ System = 4 ]
Properties
Condition
Property Condition As %RawString;
Data
Property Data As %RawString;
Description
Property Description As %RawString;
Extent
Property Extent As %Boolean [ InitialExpression = 0 ];
IdKey
Property IdKey As %Boolean [ InitialExpression = 0 ];
Internal
Property Internal As %Boolean [ InitialExpression = 0 ];
Name
Property Name As %String(MAXLEN = 512);
Parameters
Property Parameters As array Of %RawString;
PrimaryKey
Property PrimaryKey As %Boolean [ InitialExpression = 0 ];
Properties
Property Properties As %RawString;
SequenceNumber
Property SequenceNumber As %Integer [ InitialExpression = 0 ];
SqlName
Property SqlName As %RawString;
Type
Property Type As %RawString;
Unique
Property Unique As %Boolean [ InitialExpression = 0, SqlFieldName = _Unique ];
ObjectName
Property ObjectName As %RawString;
Runnable
Property Runnable As %Integer [ InitialExpression = 0 ];
IndexColumns
Property IndexColumns As %List;
ColumnNumberList
Property ColumnNumberList As list Of %Integer;