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

Method GetMySQLFD

phxsqlclient/phxsqlclientbase.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130MYSQL * PhxSQLClientBase::GetMySQLFD() {
131 return &m_poMySQLProp->connection;
132}
133
134PhxSQLClientConfig * PhxSQLClientBase::GetConfig() {
135 return m_poConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected