class
#include <eckit/sql/SQLIterator.h>
SQLIterator
Derived classes
- class SQLColumn
Constructors, destructors, conversion operators
-
SQLIterator(const type::
SQLType& type) - ~SQLIterator() virtual
Public functions
-
auto type() const -> const type::
SQLType& -
void updateType(const type::
SQLType& type) - void rewind() pure virtual
- auto next(bool& missing) -> double pure virtual
- void advance(unsigned long) pure virtual
- void load() virtual
- void unload() virtual
- auto dataSizeDoubles() const -> size_t virtual
Private functions
-
void print(std::
ostream&) const pure virtual
Friends
-
auto operator<<(std::
ostream& s, const SQLIterator& p) -> std:: ostream&