13.13 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 13-11 GET_COLUMN_COUNT Function Parameters

Parameter Description

p_context

Context object obtained with one of the OPEN_ functions.

Returns

Returns the result columns count.