ADC Advanced Policy Expressions

ORACLE_REQ_COMMAND_E


This object represents one of the SQL Request Commands.

Enumerations

SLEEP

QUIT

INIT_DB

QUERY

FIELD_LIST

CREATE_DB

DROP_DB

REFRESH

SHUTDOWN

STATISTICS

PROCESS_INFO

CONNECT

PROCESS_KILL

DEBUG

PING

TIME

DELAYED_INSERT

CHANGE_USER

BINLOG_DUMP

TABLE_DUMP

CONNECT_OUT

REGISTER_SLAVE

STMT_PREPARE

STMT_EXECUTE

STMT_SEND_LONG_DATA

STMT_CLOSE

STMT_RESET

SET_OPTION

STMT_FETCH

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

EQ (oracle_req_command_e m)

The result is Boolean TRUE if the input argument is equal to the ORACLE Request Command represented by this object.

Parameters (expressions not allowed):

            m- ORACLE Request Command Name

Returns: bool_at

NE (oracle_req_command_e m)

The result is Boolean TRUE if the input argument is not equal to the ORACLE Request Command represented by this object.

Parameters (expressions not allowed):

            m- ORACLE Request Command Name

Returns: bool_at

ORACLE_REQ_COMMAND_E

In this article