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?

DeepSee.Model.RainfallCube.StarCity

persistent class DeepSee.Model.RainfallCube.StarCity extends %DeepSee.DimensionTable

SQL Table Name: DeepSee_Model_RainfallCube.StarCity

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

This class was generated by : DeepSee.Model.RainfallCube.CLS

Property Inventory

Method Inventory

Parameters

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

Properties

property DxCity as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000) [ Required ];
Dimension property: DxCity
Source: City
Property methods: DxCityDisplayToLogical(), DxCityGet(), DxCityGetStored(), DxCityLogicalToDisplay(), DxCityLogicalToOdbc(), DxCityNormalize(), DxCitySet()
property DxPopulationViaCity as %Integer;
Dimension property: DxPopulationViaCity
Source: City.Population
Property methods: DxPopulationViaCityDisplayToLogical(), DxPopulationViaCityGet(), DxPopulationViaCityGetStored(), DxPopulationViaCityIsValid(), DxPopulationViaCityLogicalToDisplay(), DxPopulationViaCityNormalize(), DxPopulationViaCitySet()
property DxPostalCodeViaCity as DeepSee.Model.RainfallCube.StarPostalCodeViaCity [ Required ];
Dimension property: DxPostalCodeViaCity
Source: City.PostalCode
Property methods: DxPostalCodeViaCityGet(), DxPostalCodeViaCityGetObject(), DxPostalCodeViaCityGetObjectId(), DxPostalCodeViaCityGetStored(), DxPostalCodeViaCityGetSwizzled(), DxPostalCodeViaCityIsValid(), DxPostalCodeViaCityNewObject(), DxPostalCodeViaCitySet(), DxPostalCodeViaCitySetObject(), DxPostalCodeViaCitySetObjectId(), DxPostalCodeViaCityUnSwizzle()
property DxPrincipalExportViaCity as %String (MAXLEN = 2000);
Dimension property: DxPrincipalExportViaCity
Source: City.PrincipalExport
Property methods: DxPrincipalExportViaCityDisplayToLogical(), DxPrincipalExportViaCityGet(), DxPrincipalExportViaCityGetStored(), DxPrincipalExportViaCityIsValid(), DxPrincipalExportViaCityLogicalToDisplay(), DxPrincipalExportViaCityLogicalToOdbc(), DxPrincipalExportViaCityNormalize(), DxPrincipalExportViaCitySet()
property DxrNameViaCity as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000) [ Calculated ];
Dimension property: DxrNameViaCity
Source: City.Name
Property methods: DxrNameViaCityCompute(), DxrNameViaCityDisplayToLogical(), DxrNameViaCityGet(), DxrNameViaCityIsValid(), DxrNameViaCityLogicalToDisplay(), DxrNameViaCityLogicalToOdbc(), DxrNameViaCityNormalize(), DxrNameViaCitySQLCompute()

Methods

classmethod %Count() as %Integer
Return the total number of members within this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %FetchDxrNameViaCity(pKey As %String) as %String
Fetch the current value of %FetchDxrNameViaCity.
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 DxCityIsValid(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 (Primary on DxPostalCodeViaCity,DxCity) [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 (DeepSee.Model.RainfallCube.StarCity)

^DeepSee.Dimension("DEEPSEE.MODEL.RAINFALLCUBE.STARCITY")(ID)
=
%%CLASSNAME
DxCity
DxPopulationViaCity
DxPostalCodeViaCity
DxPrincipalExportViaCity
FeedbackOpens in a new tab