button ~master (2018-11-15T00:26:20Z)
Dub
Repo
SQLite3Exception
util
sqlite3
This is thrown if something went wrong in SQLite3.
class
SQLite3Exception : Exception {
int
code
;
this
(int code, string msg, string file, size_t line);
this
(sqlite3* db, string msg, string file, size_t line);
}
Constructors
this
this
(int code, string msg, string file, size_t line)
Undocumented in source.
this
this
(sqlite3* db, string msg, string file, size_t line)
Undocumented in source.
Members
Variables
code
int
code
;
Undocumented in source.
Meta
Source
See Implementation
util
sqlite3
classes
SQLite3
SQLite3Exception
functions
sqliteEnforce
properties
rows
structs
Rows
This is thrown if something went wrong in SQLite3.