MCPcopy Create free account
hub / github.com/Tencent/phxsql / SetOption

Method SetOption

phxsqlclient/phxsqlclientbase.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189int PhxSQLClientBase::SetOption(mysql_option option, const char *arg) {
190 return mysql_options(&m_poMySQLProp->connection, option, arg);
191}
192
193int PhxSQLClientBase::Ping() {
194 if (!m_poMySQLProp->bConnected) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected