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.CityCube.StarName

persistent class DeepSee.Model.CityCube.StarName extends %DeepSee.DimensionTable

SQL Table Name: DeepSee_Model_CityCube.StarName

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

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

Property Inventory

Method Inventory

Parameters

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

Properties

property DxName as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000) [ Required ];
Dimension property: DxName
Source: Name
Property methods: DxNameDisplayToLogical(), DxNameGet(), DxNameGetStored(), DxNameLogicalToDisplay(), DxNameLogicalToOdbc(), DxNameNormalize(), DxNameSet()
property DxPopulation as %Integer;
Dimension property: DxPopulation
Source: Population
Property methods: DxPopulationDisplayToLogical(), DxPopulationGet(), DxPopulationGetStored(), DxPopulationIsValid(), DxPopulationLogicalToDisplay(), DxPopulationNormalize(), DxPopulationSet()
property DxPostalCode as DeepSee.Model.CityCube.StarPostalCode [ Required ];
Dimension property: DxPostalCode
Source: PostalCode
Property methods: DxPostalCodeGet(), DxPostalCodeGetObject(), DxPostalCodeGetObjectId(), DxPostalCodeGetStored(), DxPostalCodeGetSwizzled(), DxPostalCodeIsValid(), DxPostalCodeNewObject(), DxPostalCodeSet(), DxPostalCodeSetObject(), DxPostalCodeSetObjectId(), DxPostalCodeUnSwizzle()
property DxPrincipalExport as %String (MAXLEN = 2000);
Dimension property: DxPrincipalExport
Source: PrincipalExport
Property methods: DxPrincipalExportDisplayToLogical(), DxPrincipalExportGet(), DxPrincipalExportGetStored(), DxPrincipalExportIsValid(), DxPrincipalExportLogicalToDisplay(), DxPrincipalExportLogicalToOdbc(), DxPrincipalExportNormalize(), DxPrincipalExportSet()

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 DxNameIsValid(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 DxPostalCode,DxName) [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.CityCube.StarName)

^DeepSee.Dimension("DEEPSEE.MODEL.CITYCUBE.STARNAME")(ID)
=
%%CLASSNAME
DxName
DxPopulation
DxPostalCode
DxPrincipalExport
FeedbackOpens in a new tab