DocBook|Search
Class Reference
%Library.StorageDefinition
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [USER] >  [%Library] >  [StorageDefinition]
Private  Storage  

persistent class %Library.StorageDefinition extends %AbstractDefinition

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
13


Summary

Properties
ClassName DataDefinitions DataLocation DefaultData
Description IdLocation IndexDefinitions IndexLocation
Internal Name SQLBinding StateSerial
Type

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BuildIndices
%CheckUnique %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%IsA %IsModified %KillExtent %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PurgeIndices
%Reload %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateObject GetTransientState
SetTransientState lb li ll


Properties

• property ClassName as %CacheString;
• property DataDefinitions as %ListOfPersistentChildObjects(CLASSNAME=1);
• property DataLocation as %CacheString;
• property DefaultData as %CacheString;
• property Description as %CacheString;
• property IdLocation as %CacheString;
• property IndexDefinitions as %ListOfPersistentChildObjects(CLASSNAME=1);
• property IndexLocation as %CacheString;
• property Internal as %CacheString;
• property Name as %CacheString;
• property SQLBinding as %StorageSQLDefinition(CLASSNAME=1) [ InitialExpression = ..ClassName_":"_..Name ];
• property StateSerial as %CacheString;
• property Type as %CacheString;