Akonadi::Server::Schema

Search for usage in LXR

Akonadi::Server::Schema Class Referenceabstract

#include <schema.h>

Public Member Functions

virtual QList< RelationDescriptionrelations ()=0
 
virtual QList< TableDescriptiontables ()=0
 

Detailed Description

Methods to access the desired database schema (.

See also
DbInspector for accessing the actual database schema).

Definition at line 18 of file schema.h.

Member Function Documentation

◆ relations()

virtual QList< RelationDescription > Akonadi::Server::Schema::relations ( )
pure virtual

List of relations (N:M helper tables) in the schema.

◆ tables()

virtual QList< TableDescription > Akonadi::Server::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 Tue Mar 26 2024 11:13:39 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.