#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 |
| struct { ... } dberrs[] |
| int lookup |
| int type |
| Generated on Mon Jan 23 2012 12:22:29 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|