class
#include <eckit/sql/SQLStatement.h>
SQLStatement
Derived classes
- class SQLSelect
Constructors, destructors, conversion operators
- SQLStatement()
- ~SQLStatement() virtual
Public functions
- auto execute() -> unsigned long long pure virtual
-
auto output() const -> expression::
Expressions pure virtual
Private functions
-
void print(std::
ostream&) const virtual
Friends
-
auto operator<<(std::
ostream& s, const SQLStatement& p) -> std:: ostream&