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 | 
|---|---|
| 
 
  | 
 Context object obtained with one of the   | 
Returns
Returns the result columns count.
Parent topic: APEX_EXEC