#include <Select.h>
|
| Select (const std::string &selectStatement="", bool manageOwnBuffer=true) |
|
| Select (const std::string &selectStatement, eckit::DataHandle &dh, bool manageOwnBuffer=true) |
|
| Select (const std::string &selectStatement, const std::string &path, bool manageOwnBuffer=true) |
|
| Select (const std::string &selectStatement, const char *path, bool manageOwnBuffer=true) |
|
virtual | ~Select () |
|
eckit::sql::SQLDatabase & | database () |
|
iterator | begin () |
|
const iterator | end () |
|
SelectIterator * | createSelectIterator (const std::string &) |
|
Definition at line 33 of file Select.h.
◆ iterator
◆ row
◆ Select() [1/4]
odc::Select::Select |
( |
const std::string & |
selectStatement = "" , |
|
|
bool |
manageOwnBuffer = true |
|
) |
| |
◆ Select() [2/4]
odc::Select::Select |
( |
const std::string & |
selectStatement, |
|
|
eckit::DataHandle & |
dh, |
|
|
bool |
manageOwnBuffer = true |
|
) |
| |
◆ Select() [3/4]
odc::Select::Select |
( |
const std::string & |
selectStatement, |
|
|
const std::string & |
path, |
|
|
bool |
manageOwnBuffer = true |
|
) |
| |
◆ Select() [4/4]
odc::Select::Select |
( |
const std::string & |
selectStatement, |
|
|
const char * |
path, |
|
|
bool |
manageOwnBuffer = true |
|
) |
| |
◆ ~Select()
◆ begin()
◆ createSelectIterator()
SelectIterator * odc::Select::createSelectIterator |
( |
const std::string & |
sql | ) |
|
◆ database()
eckit::sql::SQLDatabase & odc::Select::database |
( |
| ) |
|
◆ end()
◆ odc::IteratorProxy< odc::SelectIterator, odc::Select, const double >
◆ delimiter_
std::string odc::Select::delimiter_ |
|
private |
◆ initted_
bool odc::Select::initted_ |
|
private |
◆ it_
◆ ownDH_
std::unique_ptr<eckit::DataHandle> odc::Select::ownDH_ |
|
private |
◆ selectStatement_
std::string odc::Select::selectStatement_ |
|
private |
◆ session_
eckit::sql::SQLSession odc::Select::session_ |
|
private |
The documentation for this class was generated from the following files: