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 query.
|
|
Properties | ||||
---|---|---|---|---|
ClassName | Deprecated | Description | FormalSpec | Internal |
Name | Parameters | SQLName | SQLProc | SQLQuery |
SQLView | SQLViewName | SequenceNumber | Type |
|
A string containing the name of the class the query belongs to.
A flag indicating if this query is deprecated (1) or not (0).
A string containing the description of the query.
A string containing the list of arguments for the query. These are the arguments passed via the Execute() method of the%ResultSet class.
A flag indicating whether the query is internal (1) or not (0).
A string containing the name of the query.
An array containing any parameter definitions for the query. The array keys are the parameter names and the array values are the parameter values.
A string containing the SQL procedure name of the query.
A flag indicating whether the query is projected as an SQL stored procedure (1) or not (0).
The SQL statements to implement this query.
A flag indicating whether the query is projected as an SQL view (1) or not (0).
If the query is projected as an SQL view, this is a string containing the name of the SQL view.
Sequence number used to determine order of this item in Studio editor and in XML export format.
A string containing the name of the class used for the implementation of the query.