IronQuery
A SQL-first query builder for C++
Loading...
Searching...
No Matches
Classes
Schema and table references

Table/column declarations and safe, alias-qualified references to them. More...

Classes

struct  iron_query::Column
 SQL table column. More...
 
class  iron_query::Table
 Table with name. More...
 
class  iron_query::TableAlias
 A table alias, usable to qualify column references as alias.column. More...
 
class  iron_query::TableWithColumns
 Table with associated columns. Usually not created by hands. More...
 
class  iron_query::VirtualTable
 Any table value, including physical table, table result, materialized view, etc. More...
 

Detailed Description

Table/column declarations and safe, alias-qualified references to them.