This function returns detailed information about a result set column.
Syntax
function get_column( p_context in t_context, p_column_idx in pls_integer ) return t_column;
Parameters
Table 14-10 GET_COLUMN Function Parameters
Parameter | Description |
---|---|
|
Context object obtained with one of the |
|
Index of the column to retrieve information for. |
Returns
t_column
object with column metadata.
Parent topic: APEX_EXEC