%DeepSee.ListingTable
Class %DeepSee.ListingTable Extends %Persistent [ Abstract, NoExtent, SqlRowIdName = _DSListingId, System = 3 ]
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.
Parameters
CUBENAME
Parameter CUBENAME As STRING;
Name of the cube that created this listing table.
MANAGEDEXTENT
Parameter MANAGEDEXTENT = 0;
Turn off extent management for listing tables.
Properties
queryKey
Property queryKey As %String(MAXLEN = 255) [ SqlFieldName = _DSqueryKey ];
Key for the DRILLTHROUGH query that populated this record.
sourceId
Property sourceId As %String(MAXLEN = 255) [ SqlFieldName = _DSsourceId ];
Id in the source data table.