MYSQL_REQ_COMMAND_E¶
This object represents one of the SQL Request Commands.
This topic lists the expressions that are provided by this class.
Enumerations¶
BINLOG_DUMP
CHANGE_USER
CONNECT
CONNECT_OUT
CREATE_DB
DEBUG
DELAYED_INSERT
DROP_DB
FIELD_LIST
INIT_DB
PING
PROCESS_INFO
PROCESS_KILL
QUERY
QUIT
REFRESH
REGISTER_SLAVE
SET_OPTION
SHUTDOWN
SLEEP
STATISTICS
STMT_CLOSE
STMT_EXECUTE
STMT_FETCH
STMT_PREPARE
STMT_RESET
STMT_SEND_LONG_DATA
TABLE_DUMP
TIME
Expressions¶
EQ ( mysql_req_command_e m)
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_at
NE ( mysql_req_command_e m)
The 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