20.19 GET_COLUMN_COUNT Function

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

Syntax

FUNCTION GET_COLUMN_COUNT (
    p_context IN t_context ) RETURN PLS_INTEGER;

Parameters

Table 20-17 GET_COLUMN_COUNT Function Parameters

Parameter Description

p_context

Context object obtained with one of the OPEN_ functions.

Returns

Returns the result columns count.