Skip to main content

%Document.Model.Schema.index

class %Document.Model.Schema.index extends %Document.Model.Schema.node

Property Inventory

Method Inventory

Properties

relationship collection as collection (XMLPROJECTION = "none") [ Inverse = indexes , Cardinality = one ];
Thing that this property belongs to.
Property methods: collectionGet(), collectionGetObject(), collectionGetObjectId(), collectionGetSwizzled(), collectionIsValid(), collectionNewObject(), collectionRClose(), collectionRExec(), collectionRFetch(), collectionRelate(), collectionSQLCompute(), collectionSet(), collectionUnRelate()
property constraint as %String (MAXLEN = 10, XMLCHOICELIST = "idkey,primarykey,unique", XMLPROJECTION = "attribute");
Property methods: constraintDisplayToLogical(), constraintGet(), constraintIsValid(), constraintLogicalToDisplay(), constraintLogicalToOdbc(), constraintNormalize(), constraintSet()
property data as %String (MAXLEN = 500, XMLPROJECTION = "attribute");
Specifies a list of properties whose values are to be stored within this index.
Property methods: dataDisplayToLogical(), dataGet(), dataIsValid(), dataLogicalToDisplay(), dataLogicalToOdbc(), dataNormalize(), dataSet()
property key as %String (MAXLEN = 500, XMLPROJECTION = "attribute");
Property methods: keyDisplayToLogical(), keyGet(), keyIsValid(), keyLogicalToDisplay(), keyLogicalToOdbc(), keyNormalize(), keySet()
property type as %String (MAXLEN = 500, XMLCHOICELIST = "standard,bitmap,bitmapextent,bitslice", XMLPROJECTION = "attribute");
Specifies the type of the index.
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Methods

method %Validate() as %Status
Test if this definition is valid.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab