Akonadi::Server::ColumnDescription
Akonadi::Server::ColumnDescription Class Reference
#include <schematypes.h>
Public Types | |
enum | ReferentialAction { Cascade, Restrict, SetNull } |
Public Attributes | |
bool | allowNull |
QString | defaultValue |
QMap< QString, int > | enumValueMap |
bool | isAutoIncrement |
bool | isEnum |
bool | isPrimaryKey |
bool | isUnique |
QString | name |
bool | noUpdate |
ReferentialAction | onDelete |
ReferentialAction | onUpdate |
QString | refColumn |
QString | refTable |
int | size |
QString | type |
Detailed Description
A helper class that describes a column of a table for the DbInitializer.
Definition at line 32 of file schematypes.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 03:52:50 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 03:52:50 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.