Skip to main content

%Document.Model.Schema.collection

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

Property Inventory

Method Inventory

Properties

property className as %DeepSee.Datatype.string (XMLPROJECTION = "attribute");
Property methods: classNameDisplayToLogical(), classNameGet(), classNameIsValid(), classNameLogicalToDisplay(), classNameLogicalToOdbc(), classNameNormalize(), classNameSet()
relationship fields as array of field (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ InitialExpression = $listbuild("%Document.Model.Schema.field","collection",+$this,"many",0,0) , Transient , Inverse = collection , Cardinality = many ];
Properties defined for this class.
Property methods: fieldsGet(), fieldsGetObject(), fieldsGetObjectId(), fieldsGetSwizzled(), fieldsIsEmpty(), fieldsIsValid(), fieldsNewObject(), fieldsRClose(), fieldsRExec(), fieldsRFetch(), fieldsRelate(), fieldsSQLCompute(), fieldsSet(), fieldsUnRelate()
relationship indexes as array of index (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ InitialExpression = $listbuild("%Document.Model.Schema.index","collection",+$this,"many",0,0) , Transient , Inverse = collection , Cardinality = many ];
Indexes defined for this class.
Property methods: indexesGet(), indexesGetObject(), indexesGetObjectId(), indexesGetSwizzled(), indexesIsEmpty(), indexesIsValid(), indexesNewObject(), indexesRClose(), indexesRExec(), indexesRFetch(), indexesRelate(), indexesSQLCompute(), indexesSet(), indexesUnRelate()
property sqlName as %DeepSee.Datatype.string (XMLPROJECTION = "attribute");
Property methods: sqlNameDisplayToLogical(), sqlNameGet(), sqlNameIsValid(), sqlNameLogicalToDisplay(), sqlNameLogicalToOdbc(), sqlNameNormalize(), sqlNameSet()

Methods

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab