![]() |
LeechCraft 0.6.70-16373-g319c272718
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.