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
|
|
Definition at line 492 of file connection.h. |
|
|
Definition at line 506 of file connection.h. |
|
|
Definition at line 506 of file connection.h. |
|
|
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
|
|
structure for storing single record with type information
Definition at line 47 of file connection.h. |
