%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
- %AddToSaveSet()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %QuoteList()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()