MCPcopy Create free account
hub / github.com/davisking/dlib / sqlite_error

Class sqlite_error

dlib/sqlite/sqlite.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// --------------------------------------------------------------------------------------------
24
25 struct sqlite_error : public error
26 {
27 sqlite_error(const std::string& message): error(message) {}
28 };
29
30// --------------------------------------------------------------------------------------------
31

Callers 15

openMethod · 0.70
statementMethod · 0.70
execMethod · 0.70
move_nextMethod · 0.70
bind_blobMethod · 0.70
bind_objectMethod · 0.70
bind_doubleMethod · 0.70
bind_intMethod · 0.70
bind_int64Method · 0.70
bind_nullMethod · 0.70
bind_textMethod · 0.70
resetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected