Skip to main content

%Library.StorageDefinition

persistent class %Library.StorageDefinition extends %Library.AbstractDefinition

SQL Table Name: %Library.StorageDefinition

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

Property Inventory

Properties

property ClassName as %CacheString;
Property methods: ClassNameGet(), ClassNameIsValid(), ClassNameSet()
property DataDefinitions as %ListOfPersistentChildObjects (CLASSNAME = 1);
Property methods: DataDefinitionsGet(), DataDefinitionsGetObject(), DataDefinitionsGetObjectId(), DataDefinitionsGetSwizzled(), DataDefinitionsIsValid(), DataDefinitionsNewObject(), DataDefinitionsSet(), DataDefinitionsSetObject(), DataDefinitionsSetObjectId(), DataDefinitionsUnSwizzle()
property DataLocation as %CacheString;
Property methods: DataLocationGet(), DataLocationIsValid(), DataLocationSet()
property DefaultData as %CacheString;
Property methods: DefaultDataGet(), DefaultDataIsValid(), DefaultDataSet()
property Description as %CacheString;
Property methods: DescriptionGet(), DescriptionIsValid(), DescriptionSet()
property IdLocation as %CacheString;
Property methods: IdLocationGet(), IdLocationIsValid(), IdLocationSet()
property IndexDefinitions as %ListOfPersistentChildObjects (CLASSNAME = 1);
Property methods: IndexDefinitionsGet(), IndexDefinitionsGetObject(), IndexDefinitionsGetObjectId(), IndexDefinitionsGetSwizzled(), IndexDefinitionsIsValid(), IndexDefinitionsNewObject(), IndexDefinitionsSet(), IndexDefinitionsSetObject(), IndexDefinitionsSetObjectId(), IndexDefinitionsUnSwizzle()
property IndexLocation as %CacheString;
Property methods: IndexLocationGet(), IndexLocationIsValid(), IndexLocationSet()
property Internal as %CacheString;
Property methods: InternalGet(), InternalIsValid(), InternalSet()
property Name as %CacheString;
Property methods: NameGet(), NameIsValid(), NameSet()
property SQLBinding as %StorageSQLDefinition (CLASSNAME = 1) [ InitialExpression = ..ClassName_":"_..Name ];
Property methods: SQLBindingGet(), SQLBindingGetObject(), SQLBindingGetObjectId(), SQLBindingGetSwizzled(), SQLBindingIsValid(), SQLBindingNewObject(), SQLBindingSet(), SQLBindingSetObject(), SQLBindingSetObjectId(), SQLBindingUnSwizzle()
property StateSerial as %CacheString;
Property methods: StateSerialGet(), StateSerialIsValid(), StateSerialSet()
property Type as %CacheString;
Property methods: TypeGet(), TypeIsValid(), TypeSet()

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