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?

%Library.AbstractDefinition

abstract persistent class %Library.AbstractDefinition extends %Library.Persistent

SQL Table Name: %Library.AbstractDefinition

Note: The class definition classes in the %Library package have been superceded by those in the %Dictionary package.

This is the base class for the family of class definition classes. It provides basic functionality used by the class definition classes.

For more information on class definition classes, refer to About Class Definition Classes.

Method Inventory

Methods

method GetTransientState() as %String
method SetTransientState(state)
classmethod lb(str) as %String
classmethod li(alist, piece) as %String
classmethod ll(alist) as %String

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (%Library.AbstractDefinition)

^%Library.AbstractDefinitionD(ID)
=
%%CLASSNAME

Subclasses

FeedbackOpens in a new tab