Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) E10726-01 |
|
Previous |
Next |
Home > Idoc Script Reference Guide > Core Content Server Variabl... > clearSchemaData
Clears the data from a schema ResultSet.
Type and Usage
Parameters
This function can take zero, one, or two parameters.
If passed zero arguments, it clears the data binder. Returns no value.
If passed one argument, the argument is the name of the resultset to clear the values from the current row. Returns no value.
If passed two arguments, the first argument is the resultset name and the second argument is the key identifying the data object to clear. Returns 0 if the data does not exist or 1 if it does exist. The use is True() or False() to conditionally execute scripts based on the return value.
Example
<$clearSchemaData()$>
See Also