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

persistent class HoleFoods.Country extends %Library.Persistent

SQL Table Name: HoleFoods.Country

This specifies the country within the HoleFoods demo.

Property Inventory

Properties

property Name as %String (MAXLEN = 90);
Name of this country.
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Region as Region;
Region in which this country is located.
Property methods: RegionGet(), RegionGetObject(), RegionGetObjectId(), RegionGetStored(), RegionGetSwizzled(), RegionIsValid(), RegionNewObject(), RegionSet(), RegionSetObject(), RegionSetObjectId(), RegionUnSwizzle()

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.Country)

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