IronQuery
A SQL-first query builder for C++
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iron_query::InvalidOperator Class Reference

op is not a syntactically valid SQL operator name. More...

#include <exception.hpp>

Inheritance diagram for iron_query::InvalidOperator:
Inheritance graph
[legend]
Collaboration diagram for iron_query::InvalidOperator:
Collaboration graph
[legend]

Public Member Functions

 InvalidOperator (const std::string &op)
 Reports op as invalid.
 
- Public Member Functions inherited from iron_query::InvalidArgument
 InvalidArgument (const std::string &what)
 Prepends "iron_query: " to what.
 

Detailed Description

op is not a syntactically valid SQL operator name.


The documentation for this class was generated from the following file: