Provides a connection to a SQLite database.
More...
List of all members.
Detailed Description
Provides a connection to a SQLite database.
- Parameters:
-
| connectionName | The connection name to use. |
Constructor & Destructor Documentation
| void DbConnection::DbConnection |
( |
void |
connectionName | ) |
|
|
inline |
Member Function Documentation
| void DbConnection::commit |
( |
| ) |
|
|
inline |
| void DbConnection::createQuery |
( |
| ) |
|
|
inline |
| void DbConnection::dump |
( |
| ) |
|
|
inline |
| void DbConnection::execQuery |
( |
void |
query | ) |
|
|
inline |
Executes the given QSqlQuery or SQL string and handles errors if appropriate.
| void DbConnection::prepareQuery |
( |
void |
sql | ) |
|
|
inline |
| void DbConnection::rollback |
( |
| ) |
|
|
inline |
| void DbConnection::transaction |
( |
| ) |
|
|
inline |
| void DbConnection::vacuum |
( |
void |
sql | ) |
|
|
inline |
Member Data Documentation
The documentation for this class was generated from the following file: