Oracle 5.0 Reference Manual page 2738

Table of Contents

Advertisement

MYSQLND_UH_MYSQLND_CLOSE_DISCONNECTED
(integer)
MYSQLND_UH_MYSQLND_CLOSE_LAST
(integer)
MysqlndUhConnection::setServerOption() related
The following constants can be used to detect which option is set through
MysqlndUhConnection::setServerOption().
MYSQLND_UH_SERVER_OPTION_MULTI_STATEMENTS_ON
(integer)
MYSQLND_UH_SERVER_OPTION_MULTI_STATEMENTS_OFF
(integer)
MysqlndUhConnection::setClientOption
The following constants can be used to detect which option is set through
MysqlndUhConnection::setClientOption.
MYSQLND_UH_MYSQLND_OPTION_OPT_CONNECT_TIMEOUT
(integer)
MYSQLND_UH_MYSQLND_OPTION_OPT_COMPRESS
(integer)
MYSQLND_UH_MYSQLND_OPTION_OPT_NAMED_PIPE
(integer)
MYSQLND_UH_MYSQLND_OPTION_INIT_COMMAND
(integer)
MYSQLND_UH_MYSQLND_READ_DEFAULT_FILE
(integer)
MYSQLND_UH_MYSQLND_READ_DEFAULT_GROUP
(integer)
MYSQLND_UH_MYSQLND_SET_CHARSET_DIR
(integer)
MYSQLND_UH_MYSQLND_SET_CHARSET_NAME
(integer)
MYSQLND_UH_MYSQLND_OPT_LOCAL_INFILE
(integer)
MYSQLND_UH_MYSQLND_OPT_PROTOCOL
(integer)
MYSQLND_UH_MYSQLND_SHARED_MEMORY_BASE_NAME
(integer)
MYSQLND_UH_MYSQLND_OPT_READ_TIMEOUT
(integer)
MYSQLND_UH_MYSQLND_OPT_WRITE_TIMEOUT
(integer)
MYSQLND_UH_MYSQLND_OPT_USE_RESULT
(integer)
Mysqlnd user handler plugin (mysqlnd_uh)
Connection error.
No practical meaning. Last entry marker of internal C data structure
list.
Option: enables multi statement support.
Option: disables multi statement support.
Option: connection timeout.
Option: whether the MySQL compressed protocol is to be used.
Option: named pipe to use for connection (Windows).
Option: init command to execute upon connect.
Option: MySQL server default file to read upon connect.
Option: MySQL server default file group to read upon connect.
Option: charset description files directory.
Option: charset name.
Option: Whether to allow
Option: supported protocol version.
Option: shared memory base name for shared memory connections.
Option: connection read timeout.
Option: connection write timeout.
Option: unbuffered result sets.
2718
related
LOAD DATA LOCAL INFILE
use.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents