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