MCPcopy 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
60std::string postgresql_soci_error::get_sqlstate() const
61{
62 return std::string(sqlstate_, 5);
63}
64
65void
66details::postgresql_result::check_for_errors(char const* errMsg) const

Callers 1

test-manual.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected