KDb
KDbIndexSchema.h
Provides database connection, allowing queries and data modification.
Definition KDbConnection.h:52
Provides information about database index that can be created for a database table.
Definition KDbIndexSchema.h:40
QList< const KDbRelationship * > detailsRelationships() const
Definition KDbIndexSchema.cpp:151
void attachRelationship(KDbRelationship *rel)
Definition KDbIndexSchema.cpp:218
QList< const KDbRelationship * > masterRelationships() const
Definition KDbIndexSchema.cpp:146
void detachRelationship(KDbRelationship *rel)
Definition KDbIndexSchema.cpp:244
void setTable(KDbTableSchema *table)
Assigns this index to table table() must be nullptr and table must be not be nullptr.
Definition KDbIndexSchema.cpp:113
KDbQuerySchema provides information about database query.
Definition KDbQuerySchema.h:46
Definition KDbTableSchema.h:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 14 2025 12:02:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 14 2025 12:02:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.