|
IronQuery
A SQL-first query builder for C++
|

Files | |
| case_builder.hpp | |
| collation.hpp | |
| column.hpp | |
| condition.hpp | |
| delete_from.hpp | |
| exception.hpp | |
| expr.hpp | |
| insert_into.hpp | |
| iron_query.hpp | |
| Umbrella header pulling in the whole API. Include a single per-class header instead if you only need part of it. | |
| join.hpp | |
| operator_precedence.hpp | |
| order_by.hpp | |
| placeholders.hpp | |
| select_expr.hpp | |
| select_item.hpp | |
| set_op.hpp | |
| table.hpp | |
| table_alias.hpp | |
| table_with_columns.hpp | |
| update.hpp | |
| userver.hpp | |
Optional integration with userver's storages::Query. Not pulled in by iron_query.hpp — iron-query itself does not depend on userver, so include this header directly in projects that have userver on their include path. | |
| virtual_table.hpp | |
| with.hpp | |