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
The result is Boolean TRUE if the input argument is equal to the MYSQL Request Command represented by this object.
Parameters (expressions not allowed):m- MYSQL Request Command Name
Returns: bool_atThe result is Boolean TRUE if the input argument is not equal to the MYSQL Request Command represented by this object.
Parameters (expressions not allowed):m- MYSQL Request Command Name
Returns: bool_at