![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
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 16 of file closingdb.h.
| LC::Util::ClosingDB::ClosingDB | ( | const QString & | driver, |
| const QString & | connName ) |
Definition at line 14 of file closingdb.cpp.
| LC::Util::ClosingDB::~ClosingDB | ( | ) |
Definition at line 21 of file closingdb.cpp.
| LC::Util::ClosingDB::operator const QSqlDatabase & | ( | ) | const |
Definition at line 25 of file closingdb.cpp.
| LC::Util::ClosingDB::operator QSqlDatabase & | ( | ) |
Definition at line 30 of file closingdb.cpp.
| QSqlDatabase * LC::Util::ClosingDB::operator-> | ( | ) |
Definition at line 40 of file closingdb.cpp.
| const QSqlDatabase * LC::Util::ClosingDB::operator-> | ( | ) | const |
Definition at line 35 of file closingdb.cpp.