ADC Advanced Policy Expressions

ORACLE_RES_T

Operates on ORACLE Response.

This topic lists the expressions that are provided by this class.

ATLEAST_ROWS_COUNT(uint i)

Checks if response has at least this many rows.

Parameters(expressions not allowed):

i -

                        number of rows

Returns: bool_at

ROW(uint i)

This object provides for the ability to work on individual Row pkts

of the Response.

Parameters(expressions not allowed):

i -

                        row number

Returns: oracle_res_row_t

ORACLE_RES_T

In this article