Class Reference
%Library.CompiledClass
|
|
![]() |
|||
Private Storage |
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.
|
|
Properties | |||
---|---|---|---|
ClassDefinition | ClassType | Datatype | Description |
Methods | Name | Parameters | Persistent |
Properties | Queries | Serial | System |
list |
|
Returns a%ClassDefinition for this class so that you can edit the class definition.
A string indicating the class type.
A flag indicating whether the class is a datatype class (1) or not (0).
A string containing the description of the class.
A collection of methods belonging to the class. See%CompiledMethod for details.
A string containing the name of the class.
A collection of class parameters belonging to the class. See%CompiledParameter for details.
A flag indicating whether the class is persistent (1) or not (0).
A collection of properties belonging to the class. See%CompiledProperty for details.
A collection of queries belonging to the class. See%CompiledQuery for details.
A flag indicating whether the class is serial (embeddable) (1) or not (0).
A flag indicating whether the class is a system class (1) or not (0).
|
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.
This is a Get accessor method for theClassDefinition property.
The GetParameter method returns the value of the parameter named name from the class classname.
|
Selects Name, Abstract As%Integer , System, Persistent, HasProperty As%Integer , Caption
The ClassInfo query provides a summary of information about compiled classes contained in the Caché Dictionary.
Selects Name As%String , Attributes As%String , Type As%String , PrimaryKey As%Integer , Unique As%Integer
The IndexInfo query provides a list of indices defined for the class classname.