serial class %Compiler.LG.JavaIndexDef
extends %SerialObject
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
18
|
|
|
|
|
|
property ColumnNumberList
as list of %Integer;
property Condition
as %CacheString;
property Data
as %CacheString;
property Description
as %CacheString;
property Extent
as %Boolean [ InitialExpression = 0 ];
property IdKey
as %Boolean [ InitialExpression = 0 ];
property IndexColumns
as %List;
property Internal
as %Boolean [ InitialExpression = 0 ];
property Name
as %String(MAXLEN=512);
property ObjectName
as %CacheString;
property Parameters
as array of %CacheString;
property PrimaryKey
as %Boolean [ InitialExpression = 0 ];
property Properties
as %CacheString;
property Runnable
as %Integer [ InitialExpression = 0 ];
property SequenceNumber
as %Integer [ InitialExpression = 0 ];
property SqlName
as %CacheString;
property Type
as %CacheString;
property Unique
as %Boolean [ SqlFieldName = _Unique,InitialExpression = 0 ];