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

Method GetConnTimeout

phxsqlclient/phxsqlclientbase.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49int PhxSQLClientConfig::GetConnTimeout() {
50 return m_iConnTimeout;
51}
52
53void PhxSQLClientConfig::SetConnTimeout(int iConnTimeout) {
54 m_iConnTimeout = iConnTimeout;

Callers 1

ConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected