Akonadi::Server::DbIntrospector::ForeignKey
Akonadi::Server::DbIntrospector::ForeignKey Class Reference
#include <dbintrospector.h>
Public Attributes | |
QString | column |
QString | name |
QString | onDelete |
QString | onUpdate |
QString | refColumn |
QString | refTable |
Detailed Description
A structure describing an existing foreign key.
Definition at line 30 of file dbintrospector.h.
Member Data Documentation
◆ column
QString Akonadi::Server::DbIntrospector::ForeignKey::column |
Definition at line 34 of file dbintrospector.h.
◆ name
QString Akonadi::Server::DbIntrospector::ForeignKey::name |
Definition at line 33 of file dbintrospector.h.
◆ onDelete
QString Akonadi::Server::DbIntrospector::ForeignKey::onDelete |
Definition at line 38 of file dbintrospector.h.
◆ onUpdate
QString Akonadi::Server::DbIntrospector::ForeignKey::onUpdate |
Definition at line 37 of file dbintrospector.h.
◆ refColumn
QString Akonadi::Server::DbIntrospector::ForeignKey::refColumn |
Definition at line 36 of file dbintrospector.h.
◆ refTable
QString Akonadi::Server::DbIntrospector::ForeignKey::refTable |
Definition at line 35 of file dbintrospector.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.