%Library.CompiledClass
persistent class %Library.CompiledClass extends %Library.Persistent
SQL Table Name: %Library.CompiledClass
Note: The class definition classes in the %Library package have been superceded by those in the %Dictionary package.This class represents a specific, compiled class description contained within the Caché Dictionary. That is, it contains all class members, including those that are inherited from super classes.
Instances of this class are "read only"; to modify class definitions use the non-compiled class definition classes.
For more information on class definition classes, refer to About Class Definition Classes.
Property Inventory
- ClassDefinition
- ClassType
- Datatype
- Description
- Methods
- Name
- Parameters
- Persistent
- Properties
- Queries
- Serial
- System
- list
Method Inventory
- %Exists()
- ClassDefinitionGet()
- ClassInfoClose()
- ClassInfoExecute()
- ClassInfoFetch()
- ExportODL()
- GetClassList()
- GetClassParameter()
- IndexInfoClose()
- IndexInfoExecute()
- IndexInfoFetch()
Properties
Methods
Returns %Boolean TRUE if it exists, FALSE if it does not.
Queries
Indexes
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildIndices()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()