MysqlndUhConnection — The MysqlndUhConnection class
MysqlndUhConnection::changeUser — Changes the user of the specified mysqlnd database connection
MysqlndUhConnection::charsetName — Returns the default character set for the database connection
MysqlndUhConnection::close — Closes a previously opened database connection
MysqlndUhConnection::connect — Open a new connection to the MySQL server
MysqlndUhConnection::__construct — The __construct purpose
MysqlndUhConnection::endPSession — End a persistent connection
MysqlndUhConnection::escapeString — Escapes special characters in a string for use in an SQL statement,
taking into account the current charset of the connection
MysqlndUhConnection::getAffectedRows — Gets the number of affected rows in a previous MySQL operation
MysqlndUhConnection::getErrorNumber — Returns the error code for the most recent function call
MysqlndUhConnection::getErrorString — Returns a string description of the last error
MysqlndUhConnection::getFieldCount — Returns the number of columns for the most recent query
MysqlndUhConnection::getHostInformation — Returns a string representing the type of connection used
MysqlndUhConnection::getLastInsertId — Returns the auto generated id used in the last query.
MysqlndUhConnection::getLastMessage — Retrieves information about the most recently executed query
MysqlndUhConnection::getProtocolInformation — Returns the version of the MySQL protocol used
MysqlndUhConnection::getServerInformation — Returns the version of the MySQL server
MysqlndUhConnection::getServerStatistics — Gets the current system status
MysqlndUhConnection::getServerVersion — Returns the version of the MySQL server as an integer
MysqlndUhConnection::getSqlstate — Returns the SQLSTATE error from previous MySQL operation
MysqlndUhConnection::getStatistics — Returns statistics about the client connection.
MysqlndUhConnection::getThreadId — Returns the thread ID for the current connection
MysqlndUhConnection::getWarningCount — Returns the number of warnings from the last query for the given link