Provides a connection to a SQLite database.
More...
Provides a connection to a SQLite database.
- Parameters
-
| connectionName | The connection name to use. |
◆ DbConnection()
| void DbConnection::DbConnection |
( |
void | connectionName | ) |
|
|
inline |
◆ commit()
| void DbConnection::commit |
( |
| ) |
|
|
inline |
◆ createQuery()
| void DbConnection::createQuery |
( |
| ) |
|
|
inline |
◆ dump()
| void DbConnection::dump |
( |
| ) |
|
|
inline |
◆ execQuery()
| void DbConnection::execQuery |
( |
void | query | ) |
|
|
inline |
Executes the given QSqlQuery or SQL string and handles errors if appropriate.
◆ prepareQuery()
| void DbConnection::prepareQuery |
( |
void | sql | ) |
|
|
inline |
◆ rollback()
| void DbConnection::rollback |
( |
| ) |
|
|
inline |
◆ transaction()
| void DbConnection::transaction |
( |
| ) |
|
|
inline |
◆ vacuum()
| void DbConnection::vacuum |
( |
void | sql | ) |
|
|
inline |
◆ db
The documentation for this class was generated from the following file: