DocBook|Search
Class Reference
%DeepSee.Model.index
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Model] >  [index]
Private  Storage  

class %DeepSee.Model.index extends %DeepSee.Model.node

Meta-data object that represents an additional index within the fact table for a DeepSee cube.
The DeepSee engine does not make use of such indices, but an application may have need of extra indices.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 1


Summary

Properties
cube description disabled displayName name
properties type

Methods
%%OIDGet %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
%Validate %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

• relationship cube as %DeepSee.Model.cube(XMLPROJECTION="none") [ Inverse = indices,Cardinality = one ];
Cube that this index belongs to.
• property properties as %DeepSee.Datatype.string(MAXLEN=500,XMLPROJECTION="attribute");
Property list for the index.
• property type as %DeepSee.Datatype.string(VALUELIST=",bitmap,bitslice,index,key",XMLPROJECTION="attribute");
Type of index.

Methods

• method %Validate() as %Status
Test if this index's definition is valid.