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

Method Query

phxsqlclient/phxsqlclientbase.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int PhxSQLClientBase::Query(const char* szSqlString) {
206 return Query(szSqlString, false);
207}
208
209int PhxSQLClientBase::Query(const char * szSqlString, bool bPingFirst) {
210 if (m_poMySQLProp->bConnected) {

Callers

nothing calls this directly

Calls 1

ReportEndPointMethod · 0.45

Tested by

no test coverage detected