|
class | IxDao_Helper |
| qx::dao::detail::IxDao_Helper : helper class to communicate with database More...
|
|
struct | IxDao_Timer |
| qx::dao::detail::IxDao_Timer : scoped timer to measure database elapsed times (using C++ RAII) More...
|
|
class | IxSqlElement |
| qx::dao::detail::IxSqlElement : common interface for all SQL elements to build SQL query More...
|
|
class | IxSqlGenerator |
| qx::dao::detail::IxSqlGenerator : common interface for all SQL generators to build SQL query specific for each database More...
|
|
struct | QxDao_Count |
|
struct | QxDao_Count_WithRelation |
|
struct | QxDao_CreateTable |
|
struct | QxDao_DeleteAll |
|
struct | QxDao_DeleteById |
|
struct | QxDao_ExecuteQuery |
|
struct | QxDao_Exist |
|
struct | QxDao_FetchAll |
|
struct | QxDao_FetchAll_WithRelation |
|
struct | QxDao_FetchById |
|
struct | QxDao_FetchById_WithRelation |
|
struct | QxDao_Insert |
|
struct | QxDao_Insert_WithRelation |
|
struct | QxDao_IsDirty |
|
struct | QxDao_IsDirty_Container |
|
struct | QxDao_IsDirty_Generic |
|
struct | QxDao_IsDirty_Ptr |
|
struct | QxDao_Save |
|
struct | QxDao_Save_WithRelation |
|
struct | QxDao_Save_WithRelation_Recursive |
|
struct | QxDao_Trigger |
|
struct | QxDao_Update |
|
struct | QxDao_Update_Optimized |
|
struct | QxDao_Update_WithRelation |
|
struct | QxDaoAsyncParams |
| qx::dao::detail::QxDaoAsyncParams : all parameters for qx::QxDaoAsync class to execute queries More...
|
|
class | QxDaoAsyncRunner |
| qx::dao::detail::QxDaoAsyncRunner : class with a slot to execute queries in another thread More...
|
|
class | QxSqlCompare |
| qx::dao::detail::QxSqlCompare : SQL element to compare value (==, <, >, <=, >=, LIKE, NOT LIKE, etc.) More...
|
|
class | QxSqlElementTemp |
| qx::dao::detail::QxSqlElementTemp : temporary SQL element (need to be cloned to be used) More...
|
|
class | QxSqlEmbedQuery |
| qx::dao::detail::QxSqlEmbedQuery : SQL element to embed a SQL sub-query inside a parent SQL query More...
|
|
class | QxSqlExpression |
| qx::dao::detail::QxSqlExpression : SQL element to build a SQL expression (WHERE, AND, OR, etc.) More...
|
|
class | QxSqlFreeText |
| qx::dao::detail::QxSqlFreeText : possibility to add free text to SQL query More...
|
|
class | QxSqlGenerator_MSSQLServer |
| qx::dao::detail::QxSqlGenerator_MSSQLServer : SQL generator for Microsoft SQL Server database More...
|
|
class | QxSqlGenerator_MySQL |
| qx::dao::detail::QxSqlGenerator_MySQL : SQL generator for MySQL database More...
|
|
class | QxSqlGenerator_Oracle |
| qx::dao::detail::QxSqlGenerator_Oracle : SQL generator for Oracle database More...
|
|
class | QxSqlGenerator_PostgreSQL |
| qx::dao::detail::QxSqlGenerator_PostgreSQL : SQL generator for PostgreSQL database More...
|
|
class | QxSqlGenerator_SQLite |
| qx::dao::detail::QxSqlGenerator_SQLite : SQL generator for SQLite database More...
|
|
class | QxSqlGenerator_Standard |
| qx::dao::detail::QxSqlGenerator_Standard : SQL generator to build standard SQL query More...
|
|
class | QxSqlIn |
| qx::dao::detail::QxSqlIn : SQL element to verify a list of values (IN, NOT IN, etc.) More...
|
|
class | QxSqlIsBetween |
| qx::dao::detail::QxSqlIsBetween : SQL element to verify if a value is included into 2 other values More...
|
|
class | QxSqlIsNull |
| qx::dao::detail::QxSqlIsNull : SQL element to verify if a value is null or not null (IS NULL, IS NOT NULL) More...
|
|
class | QxSqlLimit |
| qx::dao::detail::QxSqlLimit : SQL element to limit rows count fetched from database More...
|
|
struct | QxSqlQueryHelper_CreateTable |
|
struct | QxSqlQueryHelper_DeleteById |
|
struct | QxSqlQueryHelper_Exist |
|
struct | QxSqlQueryHelper_FetchAll |
|
struct | QxSqlQueryHelper_FetchAll_WithRelation |
|
struct | QxSqlQueryHelper_FetchById |
|
struct | QxSqlQueryHelper_FetchById_WithRelation |
|
struct | QxSqlQueryHelper_Insert |
|
struct | QxSqlQueryHelper_Update |
|
class | QxSqlSort |
| qx::dao::detail::QxSqlSort : SQL element to sort or to group list of elements fetched from database (ORDER BY, GROUP BY) More...
|
|
Internal helper tools for qx::dao namespace.