Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package. Instead use
This class represents a specific class definition.
|
|
|
A flag indicating whether the class is abstract (1) or not (0).
A string containing the class type.
The class dictionary version of this class, when we save we always upgrade to the latest version automatically. If you open an existing class we will use the version from this class
For a datatype class, a string containing the client datatype of the class.
A string containing the name of another class which should be compiled before this class.
A flag indicating whether DDL operations are allowed on the class (1) or not (0).
A flag indicating whether the class is a datatype class (1) or not (0).
A flag indicating if this class is deprecated (1) or not (0).
A string containing the description of the class.
A flag indicating whether the class is dynamically defined (1) or not (0).
A flag indicating whether the class is final (1) or not (0).
A collection of foreign keys belonging to the class. See%ForeignKeyDefinition for details.
A flag indicating whether the class is hidden (1) or not (0).
A string containing a comma-delimited list of names of include (.INC) files to be used when compiling the class.
A string containing a comma-delimited list of names of include (.INC) files to be used when compiling any method generators for the class.
A collection of indices belonging to the class. See%IndexDefinition for details.
A string containing the default language for all the methods.
A collection of methods belonging to the class. See%MethodDefinition for details.
A flag indicating how the class keeps track of modified attributes.
A string containing the name of the class.
This is for internal use only.
For a datatype class, a string indicating the ODBC type of the class.
A string containing the name of the owner of the class.
A collection of class parameters belonging to the class. See%ParameterDefinition for details.
A flag indicating whether the class is persistent (1) or not (0).
A collection of properties belonging to the class. See%PropertyDefinition for details.
This is for internal use only.
A collection of class queries belonging to the class. See%QueryDefinition for details.
A flag indicating whether the class is serial (embeddable) (1) or not (0).
For datatype classes, a string containing the name of the SQL category associated with the data type.
This is for internal use.
A string containing a user-defined name of the ID field or null string "" if it has the default name.
A flag indicating whether the class hides its ID field to SQL (1) or not (0).
A string containing an optional SQL table name. This is the name used the class is projected as an SQL table.
A string containing the name of the storage definition in use.
A collection of storage definitions belonging to the class. See%StorageDefinition for details.
A string containing a comma-delimited list of super class names.
A flag indicating whether the class is a system class (1) or not (0).
Time this class is created.
A collection of SQL triggers belonging to the class. See%TriggerDefinition for details.
A flag indicating whether the class is an SQL view (1) or not (0).
The SQL statement that defines a view.
|
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.
Fetch returns the next row in the query.
RoutineListFetchRows returns the next FetchCount rows in the query.
This is a Get accessor method for theClassType property.
This is a Get accessor method for theDatatype property.
This is a Set accessor method for theDatatype property.
This is a Get accessor method for thePersistent property.
This is a Set accessor method for thePersistent property.
This is a Get accessor method for theQuerytype property.
This is a Set accessor method for theQuerytype property.
This is a Get accessor method for theSerial property.
This is a Set accessor method for theSerial property.
Fetch returns the next row in the query.
SubclassOfFetchRows returns the next FetchCount rows in the query.
This is a Get accessor method for theView property.
This is a Set accessor method for theView property.
|
Selects Name As%String , Super As%String , Hidden As%Boolean , Datatype As%Boolean , System As%Integer , Final As%Boolean , Persistent As%Boolean , Serial As%Boolean , TimeChanged, SqlTableName, Abstract As%Boolean
The ClassInfo query provides a summary of information about classes contained in the Class Dictionary.
Selects Name As%String
The SubclassOf query produces a list of classes that are subclasses of the super class starting the search at initval. For example this allows you to find all the subclasses of %CSP.Page very easily.