Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ get_sqlstate
Method
get_sqlstate
src/backends/postgresql/error.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
std::string postgresql_soci_error::get_sqlstate() const
61
{
62
return std::string(sqlstate_, 5);
63
}
64
65
void
66
details::postgresql_result::check_for_errors(char const* errMsg) const
Callers
1
test-manual.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected