IBR-DTNSuite
0.8
|
#include <SQLiteDatabase.h>
Public Member Functions | |
SQLBundleQuery () | |
virtual | ~SQLBundleQuery ()=0 |
virtual const std::string | getWhere () const =0 |
virtual size_t | bind (sqlite3_stmt *, size_t offset) const |
Definition at line 92 of file SQLiteDatabase.h.
Definition at line 80 of file SQLiteDatabase.cpp.
dtn::storage::SQLiteDatabase::SQLBundleQuery::~SQLBundleQuery | ( | ) | [pure virtual] |
Definition at line 83 of file SQLiteDatabase.cpp.
virtual size_t dtn::storage::SQLiteDatabase::SQLBundleQuery::bind | ( | sqlite3_stmt * | , |
size_t | offset | ||
) | const [inline, virtual] |
bind all custom values to the statement
st | |
offset |
Definition at line 110 of file SQLiteDatabase.h.
Referenced by dtn::storage::SQLiteDatabase::get().
virtual const std::string dtn::storage::SQLiteDatabase::SQLBundleQuery::getWhere | ( | ) | const [pure virtual] |