Oracle 5.0 Reference Manual page 2741

Table of Contents

Advertisement

Mysqlnd user handler plugin (mysqlnd_uh)
string escape_string);
public int MysqlndUhConnection::getAffectedRows(
mysqlnd_connection connection);
public int MysqlndUhConnection::getErrorNumber(
mysqlnd_connection connection);
public string MysqlndUhConnection::getErrorString(
mysqlnd_connection connection);
public int MysqlndUhConnection::getFieldCount(
mysqlnd_connection connection);
public string MysqlndUhConnection::getHostInformation(
mysqlnd_connection connection);
public int MysqlndUhConnection::getLastInsertId(
mysqlnd_connection connection);
public void MysqlndUhConnection::getLastMessage(
mysqlnd_connection connection);
public string MysqlndUhConnection::getProtocolInformation(
mysqlnd_connection connection);
public string MysqlndUhConnection::getServerInformation(
mysqlnd_connection connection);
public string MysqlndUhConnection::getServerStatistics(
mysqlnd_connection connection);
public int MysqlndUhConnection::getServerVersion(
mysqlnd_connection connection);
public string MysqlndUhConnection::getSqlstate(
mysqlnd_connection connection);
public array MysqlndUhConnection::getStatistics(
mysqlnd_connection connection);
public int MysqlndUhConnection::getThreadId(
mysqlnd_connection connection);
public int MysqlndUhConnection::getWarningCount(
mysqlnd_connection connection);
public bool MysqlndUhConnection::init(
mysqlnd_connection connection);
public bool MysqlndUhConnection::killConnection(
mysqlnd_connection connection,
int pid);
public array MysqlndUhConnection::listFields(
mysqlnd_connection connection,
string table,
string achtung_wild);
public void MysqlndUhConnection::listMethod(
mysqlnd_connection connection,
string query,
string achtung_wild,
string par1);
public bool MysqlndUhConnection::moreResults(
mysqlnd_connection connection);
public bool MysqlndUhConnection::nextResult(
mysqlnd_connection connection);
public bool MysqlndUhConnection::ping(
mysqlnd_connection connection);
2721

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents