DocBook|Search
Class Reference
%ExtentMgr.Catalog.Index
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ExtentMgr] >  [Catalog] >  [Index]
Private  Storage  

persistent class %ExtentMgr.Catalog.Index extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 1


Summary

Properties
Extent Key Name Status Structure
Type

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %ClassIsLatestVersion %ClassName
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Exists %ExistsId %Extends %GUID
%GUIDSet %GetLock %GetParameter %GetSwizzleObject
%Id %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject


Properties

• relationship Extent as %ExtentMgr.Catalog.Extent [ Inverse = Indices,Cardinality = parent ];
• property Key as %String(MAXLEN="");
Key is the index key - the definition of the index properties and collations is any are specified. If no collation is specified for a key component then the collation is based on the component definiton.
• property Name as %String(COLLATION="EXACT",MAXLEN=255,TRUNCATE=1);
• property Status as %Integer;
Status indicates the current status of the index structure and whether it needs to be built
• property Structure as %String;
Structure is STANDARD, BITMAP or BITSLICE
• property Type as %String;
The index type is either IDKEY, PKEY, UNIQUE, EXTENT, STANDARD

Indices

• index (IDK on Name) [IdKey];