%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 Class 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.
Property Inventory (Including Private)
- ClassDefinition
- ClassType
- Datatype
- Description
- Methods
- Name
- Parameters
- Persistent
- Properties
- Queries
- Serial
- System
- list
Method Inventory (Including Private)
- %DeleteData()
- %Exists()
- %LoadData()
- %SaveData()
- ClassDefinitionGet()
- ClassDefinitionSet()
- ClassInfoClose()
- ClassInfoExecute()
- ClassInfoFetch()
- ExportODL()
- GetClassList()
- GetClassParameter()
- IndexInfoClose()
- IndexInfoExecute()
- IndexInfoFetch()
Properties (Including Private)
property ClassDefinition as %ClassDefinition (CLASSNAME = 1);
Returns a %ClassDefinition for this class so that you
can edit the class definition.
Property methods: ClassDefinitionGet(), ClassDefinitionGetObject(), ClassDefinitionGetObjectId(), ClassDefinitionGetSwizzled(), ClassDefinitionIsValid(), ClassDefinitionNewObject(), ClassDefinitionSet(), ClassDefinitionSetObject(), ClassDefinitionSetObjectId(), ClassDefinitionUnSwizzle()
property ClassType as %RawString;
A string indicating the class type.
Property methods: ClassTypeGet(), ClassTypeIsValid(), ClassTypeSet()
property Datatype as %RawString;
A flag indicating whether the class is a datatype class (1) or not (0).
Property methods: DatatypeGet(), DatatypeIsValid(), DatatypeSet()
property Description as %RawString;
A string containing the description of the class.
Property methods: DescriptionGet(), DescriptionIsValid(), DescriptionSet()
property Methods as %ListOfPersistentChildObjects (CLASSNAME = 1);
A collection of methods belonging to the class. See %CompiledMethod
for details.
Property methods: MethodsGet(), MethodsGetObject(), MethodsGetObjectId(), MethodsGetSwizzled(), MethodsIsValid(), MethodsNewObject(), MethodsSet(), MethodsSetObject(), MethodsSetObjectId(), MethodsUnSwizzle()
property Name as %RawString;
A string containing the name of the class.
Property methods: NameGet(), NameIsValid(), NameSet()
property Parameters as %ListOfPersistentChildObjects (CLASSNAME = 1);
A collection of class parameters belonging to the class.
See %CompiledParameter for details.
Property methods: ParametersGet(), ParametersGetObject(), ParametersGetObjectId(), ParametersGetSwizzled(), ParametersIsValid(), ParametersNewObject(), ParametersSet(), ParametersSetObject(), ParametersSetObjectId(), ParametersUnSwizzle()
property Persistent as %RawString;
A flag indicating whether the class is persistent (1) or not (0).
Property methods: PersistentGet(), PersistentIsValid(), PersistentSet()
property Properties as %ListOfPersistentChildObjects (CLASSNAME = 1);
A collection of properties belonging to the class.
See %CompiledProperty for details.
Property methods: PropertiesGet(), PropertiesGetObject(), PropertiesGetObjectId(), PropertiesGetSwizzled(), PropertiesIsValid(), PropertiesNewObject(), PropertiesSet(), PropertiesSetObject(), PropertiesSetObjectId(), PropertiesUnSwizzle()
property Queries as %ListOfPersistentChildObjects (CLASSNAME = 1);
A collection of queries belonging to the class.
See %CompiledQuery for details.
Property methods: QueriesGet(), QueriesGetObject(), QueriesGetObjectId(), QueriesGetSwizzled(), QueriesIsValid(), QueriesNewObject(), QueriesSet(), QueriesSetObject(), QueriesSetObjectId(), QueriesUnSwizzle()
property Serial as %RawString;
A flag indicating whether the class is serial (embeddable) (1) or not (0).
Property methods: SerialGet(), SerialIsValid(), SerialSet()
property System as %RawString;
A flag indicating whether the class is a system class (1) or not (0).
Property methods: SystemGet(), SystemIsValid(), SystemSet()
property list as %ListOfDataTypes [ Transient ];
Property methods: listGet(), listGetObject(), listGetObjectId(), listGetSwizzled(), listIsEmpty(), listIsValid(), listNewObject(), listSet(), listSetObject(), listSetObjectId(), listUnSwizzle()
Methods (Including Private)
private classmethod %DeleteData(id As %String, concurrency As %Integer) as %Status [ Language = objectscript ]
Inherited description: This method is normally generated by the storage class for persistent classes using
%Storage.Persistent or %Storage.SQL. Persistent
classes using some other storage class, such as %Library.CustomStorage must override this
method.
classmethod %Exists(oid As %ObjectIdentity) as %Boolean [ Language = objectscript ]
Inherited description: Checks to see if the object identified by the OID oid exists in the extent.
Returns %Boolean TRUE if it exists, FALSE if it does not.
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.
method ClassDefinitionGet() as %ClassDefinition [ Language = objectscript ]
private method ClassDefinitionSet(val As %ClassDefinition) as %Status [ Language = objectscript ]
classmethod ClassInfoExecute(ByRef QHandle As %Binary, initvalue As %String) as %Status [ Language = objectscript ]
classmethod ClassInfoFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status [ Language = objectscript ]
method GetClassList() as %ListOfDataTypes [ Language = objectscript ]
classmethod GetClassParameter(classname As %String, name As %String) as %String [ Language = objectscript ]
The GetParameter method returns the value of the parameter
named name from the class classname.
Queries
query ClassInfo(initvalue As %String)
The ClassInfo query provides a summary of information about compiled classes contained in the
Class Dictionary.
query IndexInfo(classname As %String)
Inherited Members
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildDeferredIndices()
- %BuildIndices()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %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()
- %ValidateTable()