#include "errorReporter.h"
#include <QApplication>
#include <QMap>
#include <QMessageBox>
#include <QRegExp>
#include <QSourceLocation>
#include <QVariant>
#include "storedProcErrorLookup.h"
Enumerations | |
enum | StatementType { Unknown = 0, Select = 1, Delete = 2, Update = 4, Insert = 8, Upsert = 4 + 8 } |
Variables | |
struct { | |
QString constraint | |
int lookup | |
QString msg | |
int type | |
} | dberrs [] |
enum StatementType |
QString constraint |
const { ... } dberrs[] |
int lookup |
QString msg |
int type |
Generated on Fri Oct 7 2016 15:37:54 | xTuple ERP Programmer Reference, Version 4.5.0 | 1.8.10 |