#include "TSQLiteStatement.h"#include "TSQLiteResult.h"#include "TDataType.h"#include "TDatime.h"#include "TTimeStamp.h"#include <sqlite3.h>#include <stdlib.h>Namespaces | |
| namespace | ROOT |
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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.