![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include "closingdb.h"
Public Member Functions | |
| ClosingDB (const QString &driver, const QString &connName) | |
| ~ClosingDB () | |
| operator const QSqlDatabase & () const | |
| operator QSqlDatabase & () | |
| const QSqlDatabase * | operator-> () const |
| QSqlDatabase * | operator-> () |
Definition at line 39 of file closingdb.h.
| LeechCraft::Util::ClosingDB::ClosingDB | ( | const QString & | driver, |
| const QString & | connName | ||
| ) |
Definition at line 37 of file closingdb.cpp.
| LeechCraft::Util::ClosingDB::~ClosingDB | ( | ) |
Definition at line 44 of file closingdb.cpp.
| LeechCraft::Util::ClosingDB::operator const QSqlDatabase & | ( | ) | const |
Definition at line 48 of file closingdb.cpp.
| LeechCraft::Util::ClosingDB::operator QSqlDatabase & | ( | ) |
Definition at line 53 of file closingdb.cpp.
| const QSqlDatabase * LeechCraft::Util::ClosingDB::operator-> | ( | ) | const |
Definition at line 58 of file closingdb.cpp.
| QSqlDatabase * LeechCraft::Util::ClosingDB::operator-> | ( | ) |
Definition at line 63 of file closingdb.cpp.