Oracle 5.0 Reference Manual page 2737

Table of Contents

Advertisement

MYSQLND_UH_MYSQLND_COM_STMT_RESET
(integer)
MYSQLND_UH_MYSQLND_COM_SET_OPTION
(integer)
MYSQLND_UH_MYSQLND_COM_STMT_FETCH
(integer)
MYSQLND_UH_MYSQLND_COM_DAEMON
(integer)
MYSQLND_UH_MYSQLND_COM_END
(integer)
The following constants can be used to analyze the
MysqlndUhConnection::simpleCommand.
MYSQLND_UH_MYSQLND_PROT_GREET_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_AUTH_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_OK_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_EOF_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_CMD_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_RSET_HEADER_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_RSET_FLD_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_ROW_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_STATS_PACKET
(integer)
MYSQLND_UH_MYSQLND_PREPARE_RESP_PACKET
(integer)
MYSQLND_UH_MYSQLND_CHG_USER_RESP_PACKET
(integer)
MYSQLND_UH_MYSQLND_PROT_LAST
(integer)
MysqlndUhConnection::close
The following constants can be used to detect why a connection has been closed through
MysqlndUhConnection::close().
MYSQLND_UH_MYSQLND_CLOSE_EXPLICIT
(integer)
MYSQLND_UH_MYSQLND_CLOSE_IMPLICIT
(integer)
Mysqlnd user handler plugin (mysqlnd_uh)
MySQL Client Server protocol command: COM_STMT_RESET.
MySQL Client Server protocol command: COM_SET_OPTION.
MySQL Client Server protocol command: COM_STMT_FETCH.
MySQL Client Server protocol command: COM_DAEMON.
MySQL Client Server protocol command: COM_END.
MySQL Client Server protocol packet: greeting.
MySQL Client Server protocol packet: authentication.
MySQL Client Server protocol packet: OK.
MySQL Client Server protocol packet: EOF.
MySQL Client Server protocol packet: command.
MySQL Client Server protocol packet: result set header.
MySQL Client Server protocol packet: resultset field.
MySQL Client Server protocol packet: row.
MySQL Client Server protocol packet: stats.
MySQL Client Server protocol packet: prepare response.
MySQL Client Server protocol packet: change user response.
No practical meaning. Last entry marker of internal C data structure
list.
related
User has called mysqlnd to close the connection.
Implicitly closed, for example, during garbage connection.
2717
argument of
ok_packet

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents