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

Method GetReadTimeout

phxsqlclient/phxsqlclientbase.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int PhxSQLClientConfig::GetReadTimeout() {
58 return m_iReadTimeout;
59}
60
61void PhxSQLClientConfig::SetReadTimeout(int iReadTimeout) {
62 m_iReadTimeout = iReadTimeout;

Callers 1

ConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected