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-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.