4#ifndef QV8SQLERRORS_P_H
5#define QV8SQLERRORS_P_H
18#include <QtCore/private/qglobal_p.h>
21#define SQLEXCEPTION_UNKNOWN_ERR 1
22#define SQLEXCEPTION_DATABASE_ERR 2
23#define SQLEXCEPTION_VERSION_ERR 3
24#define SQLEXCEPTION_TOO_LARGE_ERR 4
25#define SQLEXCEPTION_QUOTA_ERR 5
26#define SQLEXCEPTION_SYNTAX_ERR 6
27#define SQLEXCEPTION_CONSTRAINT_ERR 7
28#define SQLEXCEPTION_TIMEOUT_ERR 8
31struct ExecutionEngine;
Combined button and popup list for selecting options.
\qmltype Particle \inqmlmodule QtQuick.Particles
void qt_add_sqlexceptions(QV4::ExecutionEngine *engine)