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.Region

persistent class HoleFoods.Region extends %Library.Persistent

SQL Table Name: HoleFoods.Region

This specifies a geographic region within the HoleFoods demo.

Property Inventory

Properties

property Name as %String (MAXLEN = 80);
Name of this region.
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (HoleFoods.Region)

^HoleFoods.RegionD(ID)
=
%%CLASSNAME
Name
FeedbackOpens in a new tab