#include "TSQLiteStatement.h"
#include "TSQLiteResult.h"
#include "TDataType.h"
#include "TDatime.h"
#include "TTimeStamp.h"
#include <sqlite3.h>
#include <stdlib.h>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Macros | |
#define | CheckErrNo(method, force, res) |
#define | CheckGetField(method, res) |
#define | CheckStmt(method, res) |
#define CheckErrNo | ( | method, | |
force, | |||
res | |||
) |
Definition at line 87 of file TSQLiteStatement.cxx.
#define CheckGetField | ( | method, | |
res | |||
) |
Definition at line 98 of file TSQLiteStatement.cxx.
#define CheckStmt | ( | method, | |
res | |||
) |
Definition at line 78 of file TSQLiteStatement.cxx.