Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
The CustomDBRequest class intended for send to database custom select request for working with multiple tables. More...
#include <customdbrequest.h>
Public Member Functions | |
CustomDBRequest (const QString &selectRequest) | |
CustomDBRequest. | |
bool | isCached () const override |
bool | isValid () const override |
PrepareResult | prepareSelectQuery (QSqlQuery &q) const override |
The CustomDBRequest class intended for send to database custom select request for working with multiple tables.
Example:
Definition at line 33 of file customdbrequest.h.
|
inline |
selectRequest | This is request for database. |
Definition at line 40 of file customdbrequest.h.
|
inlineoverride |
Definition at line 44 of file customdbrequest.h.
|
inlineoverride |
Definition at line 48 of file customdbrequest.h.
|
inlineoverride |
Definition at line 52 of file customdbrequest.h.