![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/private/qglobal_p.h>
Include dependency graph for qv4sqlerrors_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | QV4 |
| \qmltype Particle \inqmlmodule QtQuick.Particles | |
Macros | |
| #define | SQLEXCEPTION_UNKNOWN_ERR 1 |
| #define | SQLEXCEPTION_DATABASE_ERR 2 |
| #define | SQLEXCEPTION_VERSION_ERR 3 |
| #define | SQLEXCEPTION_TOO_LARGE_ERR 4 |
| #define | SQLEXCEPTION_QUOTA_ERR 5 |
| #define | SQLEXCEPTION_SYNTAX_ERR 6 |
| #define | SQLEXCEPTION_CONSTRAINT_ERR 7 |
| #define | SQLEXCEPTION_TIMEOUT_ERR 8 |
Functions | |
| void | qt_add_sqlexceptions (QV4::ExecutionEngine *engine) |
| #define SQLEXCEPTION_CONSTRAINT_ERR 7 |
Definition at line 27 of file qv4sqlerrors_p.h.
| #define SQLEXCEPTION_DATABASE_ERR 2 |
Definition at line 22 of file qv4sqlerrors_p.h.
| #define SQLEXCEPTION_QUOTA_ERR 5 |
Definition at line 25 of file qv4sqlerrors_p.h.
| #define SQLEXCEPTION_SYNTAX_ERR 6 |
Definition at line 26 of file qv4sqlerrors_p.h.
| #define SQLEXCEPTION_TIMEOUT_ERR 8 |
Definition at line 28 of file qv4sqlerrors_p.h.
| #define SQLEXCEPTION_TOO_LARGE_ERR 4 |
Definition at line 24 of file qv4sqlerrors_p.h.
| #define SQLEXCEPTION_UNKNOWN_ERR 1 |
Definition at line 21 of file qv4sqlerrors_p.h.
| #define SQLEXCEPTION_VERSION_ERR 3 |
Definition at line 23 of file qv4sqlerrors_p.h.
| void qt_add_sqlexceptions | ( | QV4::ExecutionEngine * | engine | ) |
Definition at line 12 of file qv4sqlerrors.cpp.
References engine, QV4::Value::fromInt32(), QJSEngine::globalObject(), QJSEngine::newObject(), QStringLiteral, SQLEXCEPTION_CONSTRAINT_ERR, SQLEXCEPTION_DATABASE_ERR, SQLEXCEPTION_QUOTA_ERR, SQLEXCEPTION_SYNTAX_ERR, SQLEXCEPTION_TIMEOUT_ERR, SQLEXCEPTION_TOO_LARGE_ERR, SQLEXCEPTION_UNKNOWN_ERR, and SQLEXCEPTION_VERSION_ERR.
Referenced by QV4::ExecutionEngine::initializeGlobal().
Here is the call graph for this function:
Here is the caller graph for this function: