27.30 GET_COLUMN_COUNT Function

This function returns the result column count for the current execution context.

Syntax

APEX_EXEC.GET_COLUMN_COUNT (
    p_context   IN t_context )
RETURN PLS_INTEGER;

Parameters

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

Returns

Returns the result columns count.