Atlas [0.42.0] | C++ docs
  1. Browse source
  1. Pages
  2. Classes
  3. Namespaces
  4. Files

eckit::sql::SQLSession class
#include <eckit/sql/SQLSession.h>

Contents

  • Reference
    • Derived classes
    • Public static functions
    • Constructors, destructors, conversion operators
    • Public functions
    • Friends

Derived classes

class SQLMATCHSubquerySession

Public static functions

static auto readIncludeFile(const std::string&) -> std::string

Constructors, destructors, conversion operators

SQLSession(std::unique_ptr<SQLOutput> out, std::unique_ptr<SQLOutputConfig> config = 0, const std::string& csvDelimiter = ",")
SQLSession(std::unique_ptr<SQLOutputConfig> config, const std::string& csvDelimiter = ",")
SQLSession(std::unique_ptr<SQLOutput> out, const std::string& csvDelimiter)
SQLSession(const std::string& csvDelimiter = ",")
~SQLSession() virtual

Public functions

auto selectFactory() -> SQLSelectFactory& virtual
auto findTable(const std::string& name) -> SQLTable& virtual
void setStatement(SQLStatement*) virtual
auto statement() -> SQLStatement& virtual
auto output() -> SQLOutput& virtual
auto currentDatabase() const -> const SQLDatabase& virtual
auto currentDatabase() -> SQLDatabase& virtual
auto execute(SQLStatement&) -> unsigned long long virtual
void interactive() virtual
auto lastExecuteResult() -> unsigned long long
auto csvDelimiter() -> std::string
auto newFileOutput(const eckit::PathName& path) -> std::unique_ptr<SQLOutput>

Friends

auto operator<<(std::ostream& s, const SQLSession& p) -> std::ostream&
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    Atlas docs. Part of the Atlas project, copyright © ECMWF
    Generated by Doxygen and m.css. Contact the team via GitHub.