![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
Files | |
IxSqlElement.h | |
Common interface for all SQL elements to build SQL query. | |
QxSqlCompare.h | |
SQL element to compare value (==, <, >, <=, >=, LIKE, NOT LIKE, etc.) | |
QxSqlElement.h | |
QxSqlElementTemp.h | |
Temporary SQL element (need to be cloned to be used) | |
QxSqlEmbedQuery.h | |
SQL element to embed a SQL sub-query inside a parent SQL query. | |
QxSqlExpression.h | |
SQL element to build a SQL expression (WHERE, AND, OR, etc.) | |
QxSqlFreeText.h | |
Possibility to add free text to SQL query. | |
QxSqlIn.h | |
SQL element to verify a list of values (IN, NOT IN, etc.) | |
QxSqlIsBetween.h | |
SQL element to verify if a value is included into 2 other values. | |
QxSqlIsNull.h | |
SQL element to verify if a value is null or not null (IS NULL, IS NOT NULL) | |
QxSqlLimit.h | |
SQL element to limit rows count fetched from database. | |
QxSqlSort.h | |
SQL element to sort or to group list of elements fetched from database (ORDER BY, GROUP BY) | |