Kexi API Documentation (2.0 alpha)

connection.h File Reference

#include <qobject.h>
#include <qstringlist.h>
#include <qintdict.h>
#include <qdict.h>
#include <qptrdict.h>
#include <qvaluevector.h>
#include <qvaluelist.h>
#include <qvariant.h>
#include <qguardedptr.h>
#include <kexidb/object.h>
#include <kexidb/connectiondata.h>
#include <kexidb/tableschema.h>
#include <kexidb/queryschema.h>
#include <kexidb/queryschemaparameter.h>
#include <kexidb/transaction.h>
#include <kexidb/driver.h>
#include <kexidb/preparedstatement.h>
#include <kexiutils/tristate.h>

Go to the source code of this file.

Namespaces

namespace  KexiDB

Defines

#define A   , const QVariant&
#define H_INS_REC(args)   bool insertRecord(TableSchema &tableSchema args)
#define H_INS_REC_ALL
#define H_INS_REC(args)   bool insertRecord(FieldList& fields args)

Typedefs

typedef QValueVector< QVariant > RowData
 structure for storing single record with type information


Define Documentation

#define A   , const QVariant&
 

Definition at line 492 of file connection.h.

#define H_INS_REC args   )     bool insertRecord(FieldList& fields args)
 

Definition at line 506 of file connection.h.

#define H_INS_REC args   )     bool insertRecord(TableSchema &tableSchema args)
 

Definition at line 506 of file connection.h.

#define H_INS_REC_ALL
 

Value:

H_INS_REC(A); \
        H_INS_REC(A A); \
        H_INS_REC(A A A); \
        H_INS_REC(A A A A); \
        H_INS_REC(A A A A A); \
        H_INS_REC(A A A A A A); \
        H_INS_REC(A A A A A A A); \
        H_INS_REC(A A A A A A A A)

Definition at line 494 of file connection.h.


Typedef Documentation

typedef QValueVector<QVariant> KexiDB::RowData
 

structure for storing single record with type information

Definition at line 47 of file connection.h.

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:48:59 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003