SqliteAdminTools
SqliteAdminTools Class Reference
#include <SqliteAdmin.h>
Inheritance diagram for SqliteAdminTools:
Additional Inherited Members | |
Public Member Functions inherited from KDbAdminTools | |
virtual bool | vacuum (const KDbConnectionData &data, const QString &databaseName) |
Public Member Functions inherited from KDbResultable | |
KDbResultable (const KDbResultable &other) | |
void | clearResult () |
KDbMessageHandler * | messageHandler () const |
KDbResultable & | operator= (const KDbResultable &other) |
KDbResult | result () const |
virtual QString | serverResultName () const |
void | setMessageHandler (KDbMessageHandler *handler) |
void | showMessage () |
Protected Attributes inherited from KDbResultable | |
Private *const | d |
KDbResult | m_result |
Detailed Description
An interface containing a set of tools for SQLite database administration.
Definition at line 27 of file SqliteAdmin.h.
Constructor & Destructor Documentation
◆ SqliteAdminTools()
SqliteAdminTools::SqliteAdminTools | ( | ) |
Definition at line 28 of file SqliteAdmin.cpp.
◆ ~SqliteAdminTools()
|
override |
Definition at line 33 of file SqliteAdmin.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:32 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:38:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.