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 method description.
|
|
|
A flag indicating if this method is abstract (1) or not (0).
For call methods, a string containing the name of the routine to call.
A flag indicating whether the method is a class method (1) or an instance method (0).
A string containing the name of the class the method belongs to.
The implementation for the method.
A string containing the code mode of the method.
A flag indicating if this method is deprecated (1) or not (0).
A string containing the description of the method.
A flag indicating whether the method is final (1) or not (0).
A string containing the list of arguments for the method.
For a method generator, a string containing the name of another method generator which should be called before this one when compiling.
The implementation of the method generator for this method.
The implementation of the method generator for this method.
A flag indicating whether the method is internal (1) or not (0).
This is for internal use.
A string containing the name of the method.
This is for internal use.
This is for internal use.
A string containing the name of another method which should be placed before this method in generated code.
A flag indicating whether the method is private (1) or public (0).
Set to true of the implementation is too large to load into the property as you can not save this class, but you may look at the other properties
A string containing the return type (a class name) for the method. If there is no return type it contains a null string ("").
A string containing the name of this method when projected as an SQLPROCEDURE.
A flag indicating whether the method can be called as an SQL stored procedure (1) or not (0). A stored procedure must marked as a class method.
Sequence number used to determine order of this item in Studio editor and in XML export format.
|
This is a Get accessor method for theCall property.
This is a Set accessor method for theCall property.
This is a Get accessor method for theCode property.
This is a Set accessor method for theCode property.
This is a Get accessor method for theExpression property.
This is a Set accessor method for theExpression property.
This is a Get accessor method for theGenerator property.
This is a Set accessor method for theGenerator property.