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?

User.testidkey2

persistent class User.testidkey2 extends %Library.Persistent

SQL Table Name: SQLUser.testidkey2

Property Inventory

Properties

property Age as %Integer;
Property methods: AgeDisplayToLogical(), AgeGet(), AgeGetStored(), AgeIsValid(), AgeLogicalToDisplay(), AgeNormalize(), AgeSet()
property Name as %String [ Required ];
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Num as %Integer [ Required ];
Property methods: NumDisplayToLogical(), NumGet(), NumGetStored(), NumIsValid(), NumLogicalToDisplay(), NumNormalize(), NumSet()

Indexes

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

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (User.testidkey2)

^User.testidkey2D(ID)
=
%%CLASSNAME
Age
FeedbackOpens in a new tab