27.28 GET_COLUMN Function
This function returns detailed information about a result set column.
Syntax
APEX_EXEC.GET_COLUMN (
p_context IN t_context,
p_column_idx IN PLS_INTEGER )
RETURN t_column;Parameters
| Parameter | Description |
|---|---|
p_context |
Context object obtained with one of the OPEN_functions.
|
p_column_idx |
Index of the column to retrieve information for. |
Returns
t_column object with column metadata.
Parent topic: APEX_EXEC