Akonadi::Server::Schema
Akonadi::Server::Schema Class Referenceabstract
#include <schema.h>
Public Member Functions | |
virtual QList< RelationDescription > | relations ()=0 |
virtual QList< TableDescription > | tables ()=0 |
Detailed Description
Methods to access the desired database schema (.
- See also
- DbInspector for accessing the actual database schema).
Member Function Documentation
◆ relations()
|
pure virtual |
List of relations (N:M helper tables) in the schema.
◆ tables()
|
pure virtual |
List of tables in the schema.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.