DEFINE_COLUMN_CHAR v14
The DEFINE_COLUMN_CHAR
procedure defines a CHAR
column or expression in the SELECT
list to be returned and retrieved in a cursor.
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