field.cpp File Reference
#include "field.h"
#include "connection.h"
#include "driver.h"
#include "expression.h"
#include "utils.h"
#include <kdebug.h>
#include <klocale.h>
#include <qdatetime.h>
#include <assert.h>
Go to the source code of this file.
Defines | |
| #define | ADDTYPE(type, i18, str) |
| #define | ADDGROUP(type, i18, str) |
Define Documentation
|
|
Value: this->at(Field::type) = i18; \
this->at(Field::type+Field::LastTypeGroup+1) = str; \
str2num.insert(QString::fromLatin1(str).lower(), type)
Definition at line 668 of file field.cpp. Referenced by KexiDB::Field::FieldTypeGroupNames::init(). |
|
|
Value: this->at(Field::type) = i18; \
this->at(Field::type+Field::LastType+1) = str; \
str2num.insert(QString::fromLatin1(str).lower(), type)
Definition at line 665 of file field.cpp. Referenced by KexiDB::Field::FieldTypeNames::init(). |
