KDb
KDbField.h
243 //! @return a nontranslated type group string for @a typeGroup, e.g. "IntegerGroup" for IntegerGroup type
437 /*! @return a hint that indicates if the maximum length of text for this field is based on default setting
447 Fields with DefaultMaxLength strategy does not follow changes made by calling setDefaultMaxLength()
448 so to update the default maximum lengths in fields, the app has to iterate over all fields of type Text,
460 It can be specific maximum value or 0 for unlimited length (which will work if engine supports).
The KDbExpression class represents a base class for all expressions.
Definition KDbExpression.h:52
Definition KDbFieldList.h:34
QVariant::Type variantType() const
Converts field's type to QVariant equivalent as accurate as possible.
Definition KDbField.h:368
static QVariant::Type variantType(Type type)
Converts type type to QVariant equivalent as accurate as possible.
Definition KDbField.cpp:387
@ DefaultMaxLength
Default maximum text length defined globally by the application.
Definition KDbField.h:430
@ DefinedMaxLength
Used if setMaxLength() was called to set specific maximum value or to unlimited (0).
Definition KDbField.h:432
QHash< QByteArray, QVariant > CustomPropertiesMap
A data type used for handling custom properties of a field.
Definition KDbField.h:688
KDbQuerySchema provides information about database query.
Definition KDbQuerySchema.h:46
Definition KDbTableSchema.h:38
typedef ConstIterator
Type
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.