Record -
sql
: Parameter
Parameter represents a parameter for the SQL remote functions when a variable parameter needs to be passed to the remote function.
Fields
- sqlType SQLType
-
The data type of the corresponding SQL parameter
- value any ()
-
Value of paramter passed into the SQL statement
- direction Direction DIRECTION_IN
-
Direction of the SQL Parameter IN, OUT, or INOUT - Default value is IN
- recordType typedesc
-
In case of OUT direction, if the sqlType is REFCURSOR, this represents the record type to map a result row