Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4sqlerrors_p.h File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#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

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)

Macro Definition Documentation

◆ SQLEXCEPTION_CONSTRAINT_ERR

#define SQLEXCEPTION_CONSTRAINT_ERR   7

Definition at line 28 of file qv4sqlerrors_p.h.

◆ SQLEXCEPTION_DATABASE_ERR

#define SQLEXCEPTION_DATABASE_ERR   2

Definition at line 23 of file qv4sqlerrors_p.h.

◆ SQLEXCEPTION_QUOTA_ERR

#define SQLEXCEPTION_QUOTA_ERR   5

Definition at line 26 of file qv4sqlerrors_p.h.

◆ SQLEXCEPTION_SYNTAX_ERR

#define SQLEXCEPTION_SYNTAX_ERR   6

Definition at line 27 of file qv4sqlerrors_p.h.

◆ SQLEXCEPTION_TIMEOUT_ERR

#define SQLEXCEPTION_TIMEOUT_ERR   8

Definition at line 29 of file qv4sqlerrors_p.h.

◆ SQLEXCEPTION_TOO_LARGE_ERR

#define SQLEXCEPTION_TOO_LARGE_ERR   4

Definition at line 25 of file qv4sqlerrors_p.h.

◆ SQLEXCEPTION_UNKNOWN_ERR

#define SQLEXCEPTION_UNKNOWN_ERR   1

Definition at line 22 of file qv4sqlerrors_p.h.

◆ SQLEXCEPTION_VERSION_ERR

#define SQLEXCEPTION_VERSION_ERR   3

Definition at line 24 of file qv4sqlerrors_p.h.

Function Documentation

◆ qt_add_sqlexceptions()

void qt_add_sqlexceptions ( QV4::ExecutionEngine * engine)

Definition at line 13 of file qv4sqlerrors.cpp.