|
IronQuery
A SQL-first query builder for C++
|
The builder was used incorrectly: a clause was set twice, a required clause is missing, or methods were called out of order. Programmer error, not bad input data. More...
#include <exception.hpp>


Public Member Functions | |
| LogicError (const std::string &what) | |
Prepends "iron_query: " to what. | |
The builder was used incorrectly: a clause was set twice, a required clause is missing, or methods were called out of order. Programmer error, not bad input data.