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

abstract persistent class %DeepSee.ListingTable extends %Persistent

Base class for all DeepSee listing tables.
Listing tables are used to hold the set of fact IDs when drilling through a cube to generate a listing.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 2 1


Summary

Properties
queryKey sourceId

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %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
%IsA %IsModified %KillExtent %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PurgeIndices
%Reload %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateObject


Parameters

• parameter CUBENAME;
Name of the cube that created this listing table.
• parameter MANAGEDEXTENT = 0;
Turn off extent management for listing tables.

Properties

• property queryKey as %String(MAXLEN=255) [ SqlFieldName = _DSqueryKey ];
Key for the DRILLTHROUGH query that populated this record.
• property sourceId as %String(MAXLEN=255) [ SqlFieldName = _DSsourceId ];
Id in the source data table.

Indices

• index (ID on queryKey,sourceId) [IdKey];