ROOT
6.06/09
Reference Guide
|
#include "TSQLiteServer.h"
#include "TSQLiteResult.h"
#include "TSQLiteStatement.h"
#include "TSQLColumnInfo.h"
#include "TList.h"
#include "TSQLTableInfo.h"
#include "TSQLRow.h"
Go to the source code of this file.
Macros | |
#define | SQLITE_OPEN_URI 0x00000000 |
Functions | |
ClassImp (TSQLiteServer) TSQLiteServer | |
Open a connection to an SQLite DB server. More... | |
#define SQLITE_OPEN_URI 0x00000000 |
Referenced by ClassImp().
ClassImp | ( | TSQLiteServer | ) |
Open a connection to an SQLite DB server.
The db arguments should be of the form "sqlite://<database>", e.g.: "sqlite://test.sqlite" or "sqlite://:memory:" for a temporary database in memory. Note that for SQLite versions >= 3.7.7 the full string behind "sqlite://" is handed to sqlite3_open_v2() with SQLITE_OPEN_URI activated, so all URI accepted by it can be used.
Definition at line 20 of file TSQLiteServer.cxx.