27.31 GET_COLUMNS Function

This function returns the list of columns containing detailed information about each column.

Syntax

APEX_EXEC.GET_COLUMNS (
    p_context    IN t_context )
    RETURN t_columns;

Parameters

Parameter Description
p_context Context object obtained with one of the OPEN_ functions.

Returns

t_columns object with column meta data.