KDb
Go to the documentation of this file.
23 #include "kdb_version.h"
37 #define KDB_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
60 #define KDB_IS_VERSION(a,b,c) ( KDB_VERSION >= KDB_MAKE_VERSION(a,b,c) )
160 # define futureTr QString
161 # define futureTr2(a,b) QString(b)
165 #ifndef FUTURE_TR_NOOP
166 # define FUTURE_TR_NOOP(x) (x)
175 #define _MSG0(msg) #msg
178 #define _MSG1(msg) _MSG0(msg)
188 # define _MSGLINENO __FILE__ "(" _MSG1(__LINE__) ") : warning: "
189 # define KDB_WARNING(msg) message(_MSGLINENO #msg)
@ UnknownObjectType
helper
A database connectivity and creation framework.
@ DriverEscaping
Identifiers are escaped by driver.
@ KDbSystemTableObjectType
helper, not used in storage (allows to select KDb system tables may be or'd with TableObjectType)
@ Signed
Values can be both positive and negative.
Signedness
A property of numeric values.
IdentifierEscapingType
Escaping type for identifiers.
@ Unsigned
Values can be both non-negative.
@ KDbEscaping
Identifiers are escaped using KDb's generic convention.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:08:40 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.