qx::QxRestApi : provide a REST API to send requests in JSON format from external application, from web-site or from QML view (https://www.qxorm.com/qxorm_en/manual.html#manual_97)
More...
#include <QxRestApi.h>
List of all members.
Detailed Description
qx::QxRestApi : provide a REST API to send requests in JSON format from external application, from web-site or from QML view (https://www.qxorm.com/qxorm_en/manual.html#manual_97)
Definition at line 67 of file QxRestApi.h.
Constructor & Destructor Documentation
qx::QxRestApi::QxRestApi |
( |
QObject * |
parent = NULL | ) |
|
virtual qx::QxRestApi::~QxRestApi |
( |
| ) |
[virtual] |
Member Function Documentation
Q_INVOKABLE void qx::QxRestApi::clearAll |
( |
| ) |
|
QSqlError qx::QxRestApi::getError |
( |
| ) |
const |
Q_INVOKABLE int qx::QxRestApi::getErrorCode |
( |
| ) |
const |
Q_INVOKABLE QString qx::QxRestApi::getErrorDesc |
( |
| ) |
const |
Q_INVOKABLE QString qx::QxRestApi::processRequest |
( |
const QString & |
request | ) |
|
QJsonValue qx::QxRestApi::processRequest |
( |
const QJsonValue & |
request | ) |
|
Q_INVOKABLE void qx::QxRestApi::setAction |
( |
const QString & |
action | ) |
|
Q_INVOKABLE void qx::QxRestApi::setColumns |
( |
const QStringList & |
columns | ) |
|
Q_INVOKABLE void qx::QxRestApi::setData |
( |
const QString & |
data | ) |
|
void qx::QxRestApi::setData |
( |
const QJsonValue & |
data | ) |
|
Q_INVOKABLE void qx::QxRestApi::setDatabase |
( |
const QString & |
database | ) |
|
Q_INVOKABLE void qx::QxRestApi::setEntity |
( |
const QString & |
entity | ) |
|
Q_INVOKABLE void qx::QxRestApi::setFunction |
( |
const QString & |
fct | ) |
|
Q_INVOKABLE void qx::QxRestApi::setOutputFormat |
( |
const QStringList & |
outputFormat | ) |
|
Q_INVOKABLE void qx::QxRestApi::setQuery |
( |
const QString & |
query | ) |
|
Q_INVOKABLE void qx::QxRestApi::setRelations |
( |
const QStringList & |
relations | ) |
|
Q_INVOKABLE void qx::QxRestApi::setUseExecBatch |
( |
bool |
useExecBatch | ) |
|
Member Data Documentation
Private implementation idiom.
Definition at line 74 of file QxRestApi.h.
The documentation for this class was generated from the following file: