MCPcopy Create free account
hub / github.com/SOCI/soci / get_sqlstate

Function get_sqlstate

include/soci/error.h:76–76  ·  view source on GitHub ↗

Return the 5 character SQL state or empty if inapplicable.

Source from the content-addressed store, hash-verified

74
75 // Return the 5 character SQL state or empty if inapplicable.
76 virtual std::string get_sqlstate() const { return {}; }
77
78private:
79 // Optional extra information (currently just the context data).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected