![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
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.
| LC::Util::ClosingDB::ClosingDB | ( | const QString & | driver, |
| const QString & | connName | ||
| ) |
Definition at line 37 of file closingdb.cpp.
| LC::Util::ClosingDB::~ClosingDB | ( | ) |
Definition at line 44 of file closingdb.cpp.
| LC::Util::ClosingDB::operator const QSqlDatabase & | ( | ) | const |
Definition at line 48 of file closingdb.cpp.
| LC::Util::ClosingDB::operator QSqlDatabase & | ( | ) |
Definition at line 53 of file closingdb.cpp.
| const QSqlDatabase * LC::Util::ClosingDB::operator-> | ( | ) | const |
Definition at line 58 of file closingdb.cpp.
| QSqlDatabase * LC::Util::ClosingDB::operator-> | ( | ) |
Definition at line 63 of file closingdb.cpp.