ROOT
6.06/09
Reference Guide
|
#include "TSQLiteStatement.h"
#include "TDataType.h"
#include "TDatime.h"
#include "TTimeStamp.h"
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | CheckStmt(method, res) |
#define | CheckErrNo(method, force, res) |
#define | CheckGetField(method, res) |
Functions | |
ClassImp (TSQLiteStatement) TSQLiteStatement | |
Normal constructor. More... | |
#define CheckErrNo | ( | method, | |
force, | |||
res | |||
) |
Definition at line 84 of file TSQLiteStatement.cxx.
Referenced by TSQLiteStatement::GetNumParameters().
#define CheckGetField | ( | method, | |
res | |||
) |
Definition at line 95 of file TSQLiteStatement.cxx.
Referenced by TSQLiteStatement::ConvertToNumeric(), TSQLiteStatement::ConvertToString(), TSQLiteStatement::GetBinary(), TSQLiteStatement::GetDate(), TSQLiteStatement::GetDatime(), TSQLiteStatement::GetDouble(), TSQLiteStatement::GetInt(), TSQLiteStatement::GetLong(), TSQLiteStatement::GetLong64(), TSQLiteStatement::GetString(), TSQLiteStatement::GetTime(), TSQLiteStatement::GetTimestamp(), TSQLiteStatement::GetUInt(), TSQLiteStatement::GetULong64(), and TSQLiteStatement::IsNull().
#define CheckStmt | ( | method, | |
res | |||
) |
Definition at line 75 of file TSQLiteStatement.cxx.
Referenced by TSQLiteStatement::GetNumAffectedRows(), TSQLiteStatement::GetNumParameters(), TSQLiteStatement::Process(), and TSQLiteStatement::StoreResult().
ClassImp | ( | TSQLiteStatement | ) |
Normal constructor.
Checks if statement contains parameters tags.
Definition at line 27 of file TSQLiteStatement.cxx.