DEFINE_COLUMN_CHAR v17
The DEFINE_COLUMN_CHAR procedure defines a CHAR column or expression in the SELECT list to be returned and retrieved in a cursor.
DEFINE_COLUMN_CHAR(<c> NUMBER, <position> NUMBER, <column> CHAR, <column_size> NUMBER)
Parameters
c
Cursor id of the cursor associated with the SELECT command.
position
Position of the column or expression in the SELECT list being defined.
column
A CHAR variable.
column_size
The maximum length of the returned data. Returned data exceeding column_size is truncated to column_size characters.
- On this page
- Parameters