|
IronQuery
A SQL-first query builder for C++
|
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... | |
Table/column declarations and safe, alias-qualified references to them.