global.h File Reference
#include <kexidb/kexidb_export.h>
#include <qstring.h>
Go to the source code of this file.
Namespaces | |
| namespace | KexiDB |
Defines | |
| #define | KEXIDB_VERSION_MAJOR 1 |
| #define | KEXIDB_VERSION_MINOR 8 |
| #define | KEXIDB_VERSION KexiDB::DatabaseVersionInfo(KEXIDB_VERSION_MAJOR, KEXIDB_VERSION_MINOR) |
| #define | KexiDBDbg kdDebug(44000) |
| #define | KexiDBDrvDbg kdDebug(44001) |
| #define | KexiDBWarn kdWarning(44000) |
| #define | KexiDBDrvWarn kdWarning(44001) |
| #define | KexiDBFatal kdFatal(44000) |
| #define | futureI18n QString |
| #define | futureI18n2(a, b) QString(b) |
| #define | FUTURE_I18N_NOOP(x) (x) |
Enumerations | |
| enum | ObjectTypes { UnknownObjectType = -1, AnyObjectType = 0, TableObjectType = 1, QueryObjectType = 2, LastObjectType = 2, KexiDBSystemTableObjectType = 128, IndexObjectType = 256 } |
Functions | |
| DatabaseVersionInfo | version () |
| Returns the encoded number of Kexi's version, see the KEXI_VERSION macro. | |
Define Documentation
|
|
|
|
|
|
|
|
|
|
|
KexiDB implementation version.
Definition at line 39 of file global.h. Referenced by KexiDB::version(). |
|
|
KexiDB implementation version. It is altered after every API change:
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 103 of file global.h. Referenced by KexiDB::pqxxSqlConnection::drv_getTablesList(), KexiDB::pqxxSqlCursor::drv_open(), KexiDB::pgsqlByteaToByteArray(), KexiDB::pqxxSqlCursor::rowData(), and SQLiteVacuum::run(). |
|
|
Definition at line 104 of file global.h. Referenced by addFieldPropertyToExtendedTableSchemaData(), KexiDB::FieldList::insertField(), and KexiDB::FieldList::renameField(). |
|
Enumeration Type Documentation
|
|
Object types set like table or query. |
Function Documentation
|
|
Returns the encoded number of Kexi's version, see the KEXI_VERSION macro.
Definition at line 26 of file kexi_global.cpp. References KEXI_VERSION. Referenced by KexiDB::Connection::createDatabase(), KexiDB::DriverPrivate::initInternalProperties(), and KexiDB::DriverManagerInternal::lookupDrivers(). |
