Kexi API Documentation (2.0 alpha)

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

#define ADDGROUP type,
i18,
str   ) 
 

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().

#define ADDTYPE type,
i18,
str   ) 
 

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().

KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:49:01 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003