15.17 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 15-15 GET_COLUMN_COUNT Function Parameters
| Parameter | Description |
|---|---|
|
|
Context object obtained with one of the |
Returns
Returns the result columns count.
Parent topic: APEX_EXEC