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

persistent class Cinema.FilmCategory extends %Library.Persistent

SQL Table Name: Cinema.FilmCategory

List of film genres, for instance "Drama".

Property Inventory

Properties

property CategoryName as %Library.String;
Property methods: CategoryNameDisplayToLogical(), CategoryNameGet(), CategoryNameGetStored(), CategoryNameIsValid(), CategoryNameLogicalToDisplay(), CategoryNameLogicalToOdbc(), CategoryNameNormalize(), CategoryNameSet()

Queries

query CategoryName()
Selects ID, CategoryName As %Library.String
SQL Query:
SELECT ID, CategoryName FROM FilmCategory ORDER BY CategoryName
List of film category names

Indexes

index (CategoryNameIndex on CategoryName);
Index for property CategoryName
Index methods: CategoryNameIndexExists()
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.FilmCategory)

^CinemaooFilmCategoryD(ID)
=
CategoryName
%%CLASSNAME
FeedbackOpens in a new tab