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?

Cinema.Theater

persistent class Cinema.Theater extends %Library.Persistent

SQL Table Name: Cinema.Theater

Information about theaters and ticket prices.

Property Inventory

Properties

property AdultPrice as %Library.Float (MINVAL = 0, SCALE = 2);
Property methods: AdultPriceDisplayToLogical(), AdultPriceGet(), AdultPriceGetStored(), AdultPriceIsValid(), AdultPriceLogicalToDisplay(), AdultPriceNormalize(), AdultPriceSet()
property ChildPrice as %Library.Float (MINVAL = 0, SCALE = 2);
Property methods: ChildPriceDisplayToLogical(), ChildPriceGet(), ChildPriceGetStored(), ChildPriceIsValid(), ChildPriceLogicalToDisplay(), ChildPriceNormalize(), ChildPriceSet()
property TheaterName as %Library.String;
Property methods: TheaterNameDisplayToLogical(), TheaterNameGet(), TheaterNameGetStored(), TheaterNameIsValid(), TheaterNameLogicalToDisplay(), TheaterNameLogicalToOdbc(), TheaterNameNormalize(), TheaterNameSet()

Indexes

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

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Cinema.Theater)

^CinemaooTheaterD(ID)
=
AdultPrice
ChildPrice
TheaterName
%%CLASSNAME
FeedbackOpens in a new tab