Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) E10726-01 |
|
Previous |
Next |
Home > Idoc Script Reference Guide > Management and Configuratio... > rsCreateResultSet
Creates a ResultSet initialized with the list of fields in fieldList. All the fields will be set as string
type.
Type and Usage
Parameters
Takes two parameters:
The first parameter is the name of the ResultSet to create.
The second parameter is a comma separated list of fields.
Output
Returns TRUE if the function is successful.
Returns FALSE if the function fails.
Example
<$rsCreateResultSet(rsName, fieldList)$>