MYSQL_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 (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