Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
torc
torcsqlitedb.h
Go to the documentation of this file.
1
#ifndef TORCSQLITEDB_H
2
#define TORCSQLITEDB_H
3
4
#include "
torcdb.h
"
5
6
class
TorcSQLiteDB
:
public
TorcDB
7
{
8
public
:
9
explicit
TorcSQLiteDB
(
const
QString &DatabaseName);
10
11
protected
:
12
bool
InitDatabase
(
void
)
override
;
13
};
14
15
#endif // TORCSQLITEDB_H
TorcSQLiteDB::TorcSQLiteDB
TorcSQLiteDB(const QString &DatabaseName)
Definition:
torcsqlitedb.cpp:42
torcdb.h
TorcDB
Base Sql database access class.
Definition:
torcdb.h:11
TorcSQLiteDB::InitDatabase
bool InitDatabase(void) override
Create and/or open an SQLiteDatabase.
Definition:
torcsqlitedb.cpp:51
TorcSQLiteDB
SQLite implementation of TorcDB.
Definition:
torcsqlitedb.h:6
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11