SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::SQLError Class Reference

#include <sqt/foundation/sql_error.h>

Inheritance diagram for sqt::SQLError:

Description

Exception class for SQLite errors.

Public Member Functions

 SQLError (int code, const char *message)
int Code () const noexcept