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

A literal value has no valid SQL rendering (NaN/infinity, a string containing a NUL byte, ...). More...

#include <exception.hpp>

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

Public Member Functions

 InvalidLiteral (const std::string &what)
 Prepends "iron_query: " to what.
 
- Public Member Functions inherited from iron_query::InvalidArgument
 InvalidArgument (const std::string &what)
 Prepends "iron_query: " to what.
 

Detailed Description

A literal value has no valid SQL rendering (NaN/infinity, a string containing a NUL byte, ...).


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