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

Method SetConnTimeout

phxsqlclient/phxsqlclientbase.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void PhxSQLClientConfig::SetConnTimeout(int iConnTimeout) {
54 m_iConnTimeout = iConnTimeout;
55}
56
57int PhxSQLClientConfig::GetReadTimeout() {
58 return m_iReadTimeout;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected