%DeepSee.Query.axis
class %DeepSee.Query.axis extends %DeepSee.Query.group
This class defines an axis within a DeepSee query.Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property %AxisKey as %String;
Once calculated the axis key is stabilized for this particular object.
Property methods: %AxisKeyDisplayToLogical(), %AxisKeyGet(), %AxisKeyIsValid(), %AxisKeyLogicalToDisplay(), %AxisKeyLogicalToOdbc(), %AxisKeyNormalize(), %AxisKeySet()
property %originalSpec as %String;
Copy of the original string used to produce this axis object
Property methods: %originalSpecDisplayToLogical(), %originalSpecGet(), %originalSpecIsValid(), %originalSpecLogicalToDisplay(), %originalSpecLogicalToOdbc(), %originalSpecNormalize(), %originalSpecSet()
property nonEmpty as %Boolean (XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
If true, then empty tuples (e.g. complete rows or columns) are removed
from the results of the query.
This is equivalent to the MDX "NON EMPTY" key word.
This is equivalent to the MDX "NON EMPTY" key word.
Property methods: nonEmptyDisplayToLogical(), nonEmptyGet(), nonEmptyIsValid(), nonEmptyLogicalToDisplay(), nonEmptyLogicalToXSD(), nonEmptyNormalize(), nonEmptySet(), nonEmptyXSDToLogical()
relationship query as %DeepSee.Query.query (XMLPROJECTION = "none") [ Inverse = axes , Cardinality = one ];
Query that this axis belongs to.
Property methods: queryGet(), queryGetObject(), queryGetObjectId(), queryGetSwizzled(), queryIsValid(), queryNewObject(), queryRClose(), queryRExec(), queryRFetch(), queryRelate(), querySQLCompute(), querySet(), queryUnRelate()
property subqueries as list of %DeepSee.ResultSet (XMLPROJECTION = "NONE");
Collection of subqueries associated with this axis.
Property methods: subqueriesBuildValueArray(), subqueriesCollectionToDisplay(), subqueriesCollectionToOdbc(), subqueriesDisplayToCollection(), subqueriesGet(), subqueriesGetObject(), subqueriesGetObjectId(), subqueriesGetSwizzled(), subqueriesIsValid(), subqueriesOdbcToCollection(), subqueriesSet(), subqueriesSetObject(), subqueriesSetObjectId()
Methods (Including Private)
Convert this node to its text representation.
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetMemberProvider()
- %GetParameter()
- %GetType()
- %GetValue()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %PreProcess()
- %PrintNode()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()