Skip to main content

%Library.StorageDataDefinition

persistent class %Library.StorageDataDefinition extends %Library.AbstractDefinition

SQL Table Name: %Library.StorageDataDefinition

Contains information about a data definition within a storage definition for a class within the Caché Dictionary.

Property Inventory

Properties

property ClassName as %CacheString;
Property methods: ClassNameGet(), ClassNameIsValid(), ClassNameSet()
property Name as %CacheString;
Property methods: NameGet(), NameIsValid(), NameSet()
property StorageName as %CacheString;
Property methods: StorageNameGet(), StorageNameIsValid(), StorageNameSet()
property Structure as %CacheString;
Property methods: StructureGet(), StructureIsValid(), StructureSet()
property Subscript as %CacheString;
Property methods: SubscriptGet(), SubscriptIsValid(), SubscriptSet()
property Value as %CacheString;
Property methods: ValueGet(), ValueIsValid(), ValueSet()
property ValueList as %ListOfPersistentChildObjects (CLASSNAME = 1);
Property methods: ValueListGet(), ValueListGetObject(), ValueListGetObjectId(), ValueListGetSwizzled(), ValueListIsValid(), ValueListNewObject(), ValueListSet(), ValueListSetObject(), ValueListSetObjectId(), ValueListUnSwizzle()

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 (%Library.AbstractDefinition)

^%Library.AbstractDefinitionD(ID)
=
%%CLASSNAME
FeedbackOpens in a new tab