Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

HoleFoods.Cube.StarOutlet

persistent class HoleFoods.Cube.StarOutlet extends %DeepSee.DimensionTable

SQL Table Name: HoleFoods_Cube.StarOutlet

Dimension table for cube 'HoleFoods' THIS IS A GENERATED CLASS, DO NOT EDIT.
Generated by %DeepSee.Generator:%CreateStarTable.

This class was generated by : HoleFoods.Cube.CLS

Property Inventory

Method Inventory

Parameters

parameter CUBENAME = HoleFoods;
Inherited description: Name of the cube that created this dimension table.
parameter DESCRIPTIONPROPERTY;
parameter KEYPROPERTY = DxOutlet;

Properties

property DxCityViaOutlet as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000);
Dimension property: DxCityViaOutlet
Source: Outlet.City
Property methods: DxCityViaOutletDisplayToLogical(), DxCityViaOutletGet(), DxCityViaOutletGetStored(), DxCityViaOutletIsValid(), DxCityViaOutletLogicalToDisplay(), DxCityViaOutletLogicalToOdbc(), DxCityViaOutletNormalize(), DxCityViaOutletSet()
property DxLatitudeViaOutlet as %Double;
Dimension property: DxLatitudeViaOutlet
Source: Outlet.Latitude
Property methods: DxLatitudeViaOutletDisplayToLogical(), DxLatitudeViaOutletGet(), DxLatitudeViaOutletGetStored(), DxLatitudeViaOutletIsValid(), DxLatitudeViaOutletLogicalToDisplay(), DxLatitudeViaOutletNormalize(), DxLatitudeViaOutletOdbcToLogical(), DxLatitudeViaOutletSet()
property DxLongitudeViaOutlet as %Double;
Dimension property: DxLongitudeViaOutlet
Source: Outlet.Longitude
Property methods: DxLongitudeViaOutletDisplayToLogical(), DxLongitudeViaOutletGet(), DxLongitudeViaOutletGetStored(), DxLongitudeViaOutletIsValid(), DxLongitudeViaOutletLogicalToDisplay(), DxLongitudeViaOutletNormalize(), DxLongitudeViaOutletOdbcToLogical(), DxLongitudeViaOutletSet()
property DxNameViaCountryViaOutlet as HoleFoods.Cube.StarNameViaCountryViaOutlet [ Required ];
Dimension property: DxNameViaCountryViaOutlet
Source: Outlet.Country.Name
Property methods: DxNameViaCountryViaOutletGet(), DxNameViaCountryViaOutletGetObject(), DxNameViaCountryViaOutletGetObjectId(), DxNameViaCountryViaOutletGetStored(), DxNameViaCountryViaOutletGetSwizzled(), DxNameViaCountryViaOutletIsValid(), DxNameViaCountryViaOutletNewObject(), DxNameViaCountryViaOutletSet(), DxNameViaCountryViaOutletSetObject(), DxNameViaCountryViaOutletSetObjectId(), DxNameViaCountryViaOutletUnSwizzle()
property DxOutlet as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000) [ Required ];
Dimension property: DxOutlet
Source: Outlet
Property methods: DxOutletDisplayToLogical(), DxOutletGet(), DxOutletGetStored(), DxOutletLogicalToDisplay(), DxOutletLogicalToOdbc(), DxOutletNormalize(), DxOutletSet()
property DxPopulationViaOutlet as %Integer;
Dimension property: DxPopulationViaOutlet
Source: Outlet.Population
Property methods: DxPopulationViaOutletDisplayToLogical(), DxPopulationViaOutletGet(), DxPopulationViaOutletGetStored(), DxPopulationViaOutletIsValid(), DxPopulationViaOutletLogicalToDisplay(), DxPopulationViaOutletNormalize(), DxPopulationViaOutletSet()

Methods

classmethod %Count() as %Integer
Return the total number of members within this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetDimensionProperty(pProp As %String, pID As %String, Output pFormat As %String, Output pType As %String) as %String
Fetch the value of a given dimension property.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetMemberSpec(pMemberId As %String, pCubeName As %String, pDimNo As %Integer, pHierNo As %Integer, pLevelNo As %Integer) as %String
Return the specification string for the given member.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod DxOutletIsValid(pArg As %String) as %Status
Validate the KEY value for this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (Idx1 on DxCityViaOutlet);
Index methods: Idx1Exists()
index (Idx3 on DxNameViaCountryViaOutlet,DxCityViaOutlet);
Index methods: Idx3Exists()
index (Primary on DxNameViaCountryViaOutlet,DxOutlet) [Unique];
Index methods: PrimaryCheck(), PrimaryCheckUnique(), PrimaryDelete(), PrimaryExists(), PrimaryOpen(), PrimarySQLCheckUnique(), PrimarySQLExists(), PrimarySQLFindPKeyByConstraint(), PrimarySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (HoleFoods.Cube.StarOutlet)

^DeepSee.Dimension("HOLEFOODS.CUBE.STAROUTLET")(ID)
=
%%CLASSNAME
DxCityViaOutlet
DxLatitudeViaOutlet
DxLongitudeViaOutlet
DxNameViaCountryViaOutlet
DxOutlet
DxPopulationViaOutlet
FeedbackOpens in a new tab