getName()

variable.GetName()

This method is used with a CURSOR variable to get the cursor name which is used internally by the RDBMS. It is synonymous to cursor_name() built-in function.

Usage

This method accepts no parameters and returns one value which is the mingled name of the cursor.

An example method call:

CALL cur_v.GetName() RETURNING cur_name