Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
int PhxSQLClientConfig::GetConnTimeout() {
50
return m_iConnTimeout;
51
}
52
53
void PhxSQLClientConfig::SetConnTimeout(int iConnTimeout) {
54
m_iConnTimeout = iConnTimeout;
Callers
1
Connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected