Mysqlnd user handler plugin (mysqlnd_uh)
public bool MysqlndUhConnection::query(
mysqlnd_connection connection,
string query);
public bool MysqlndUhConnection::queryReadResultsetHeader(
mysqlnd_connection connection,
mysqlnd_statement mysqlnd_stmt);
public bool MysqlndUhConnection::reapQuery(
mysqlnd_connection connection);
public bool MysqlndUhConnection::refreshServer(
mysqlnd_connection connection,
int options);
public bool MysqlndUhConnection::restartPSession(
mysqlnd_connection connection);
public bool MysqlndUhConnection::selectDb(
mysqlnd_connection connection,
string database);
public bool MysqlndUhConnection::sendClose(
mysqlnd_connection connection);
public bool MysqlndUhConnection::sendQuery(
mysqlnd_connection connection,
string query);
public bool MysqlndUhConnection::serverDumpDebugInformation(
mysqlnd_connection connection);
public bool MysqlndUhConnection::setAutocommit(
mysqlnd_connection connection,
int mode);
public bool MysqlndUhConnection::setCharset(
mysqlnd_connection connection,
string charset);
public bool MysqlndUhConnection::setClientOption(
mysqlnd_connection connection,
int option,
int value);
public void MysqlndUhConnection::setServerOption(
mysqlnd_connection connection,
int option);
public void MysqlndUhConnection::shutdownServer(
string MYSQLND_UH_RES_MYSQLND_NAME,
string "level");
public bool MysqlndUhConnection::simpleCommand(
mysqlnd_connection connection,
int command,
string arg,
int ok_packet,
bool silent,
bool ignore_upsert_status);
public bool MysqlndUhConnection::simpleCommandHandleResponse(
mysqlnd_connection connection,
int ok_packet,
bool silent,
int command,
bool ignore_upsert_status);
public bool MysqlndUhConnection::sslSet(
mysqlnd_connection connection,
string key,
string cert,
string ca,
2722
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers