|
void | executionFinished () |
|
void | connectionChanged () |
|
void | queryChanged () |
|
void | autoExecuteChanged () |
|
void | lastErrorChanged () |
|
void | bindingsChanged () |
|
|
| AbstractQuery (Private *_d, QObject *_parent=nullptr) |
|
virtual Q_INVOKABLE void | execute ()=0 |
|
Connection * | connection () const |
|
void | setConnection (Connection *_connection) |
|
QVariant | bindings () const |
|
void | setBindings (const QVariant &_bindings) |
|
QString | query () |
|
void | setQuery (const QString &_query) |
|
QAbstractItemModel * | result () const |
|
bool | isAutoExecute () const |
|
void | setAutoExecute (bool _exec) |
|
QString | lastError () const |
|
|
kDBQuick::Connection * | connection |
|
QString | query |
|
QAbstractItemModel * | result |
|
bool | autoExecute |
|
QString | lastError |
|
QVariant | bindings |
|
◆ executionFinished
void kDBQuick::AbstractQuery::executionFinished |
( |
| ) |
|
|
signal |
This signal is emited when the execution of the query is finished
The documentation for this class was generated from the following file: