%Library.CompiledParameter
persistent class %Library.CompiledParameter extends %Library.Persistent
SQL Table Name: %Library.CompiledParameter
Note: The class definition classes in the %Library package have been superceded by those in the %Dictionary package.This class represents a specific class parameter description for a compiled class contained within the Caché Dictionary.
For more information on class definition classes, refer to About Class Definition Classes.
Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property ClassName as %CacheString;
A string containing the name of the class the class parameter belongs to.
Property methods: ClassNameGet(), ClassNameIsValid(), ClassNameSet()
property Default as %CacheString;
A string containing the default value for the class parameter.
Property methods: DefaultGet(), DefaultIsValid(), DefaultSet()
property Name as %CacheString;
A string containing the name of the class parameter.
Property methods: NameGet(), NameIsValid(), NameSet()
property Type as %CacheString;
This is for internal use only.
Property methods: TypeGet(), TypeIsValid(), TypeSet()
Methods (Including Private)
Inherited description: This method is normally generated by the storage class for persistent classes using
%Library.CacheStorage or %Library.CacheSQLStorage. Persistent
classes using some other storage class, such as %Library.CustomStorage must override this
method.
Inherited description: %LoadData() - loads an object from storage. This method is
implemented by the storage class.
Inherited description: %SaveData() - saves an object to disk, checks uniqueness and referential
integrity constraints, and maintains index structures. This method is
implemented by the storage class.
Inherited Members
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildIndices()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()