Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
This is the complete list of members for hyperapi::Connection, including all inherited members.
cancel() noexcept | hyperapi::Connection | |
close() noexcept | hyperapi::Connection | virtual |
Connection(const Endpoint &endpoint, const std::unordered_map< std::string, std::string > ¶meters={}) | hyperapi::Connection | |
Connection(const Endpoint &endpoint, const std::string &databasePath, CreateMode createMode=CreateMode::None, const std::unordered_map< std::string, std::string > ¶meters={}) | hyperapi::Connection | |
Connection() noexcept | hyperapi::Connection | inline |
Connection(Connection &&other) noexcept | hyperapi::Connection | |
Connection(const Connection &other)=delete (defined in hyperapi::Connection) | hyperapi::Connection | |
executeCommand(const std::string &sql) | hyperapi::Connection | |
executeQuery(const std::string &sql) | hyperapi::Connection | |
executeScalarQuery(const std::string &sql) | hyperapi::Connection | |
getCatalog() noexcept | hyperapi::Connection | |
isOpen() const noexcept | hyperapi::Connection | inline |
isReady() | hyperapi::Connection | |
operator=(Connection &&other) noexcept | hyperapi::Connection | |
operator=(const Connection &other)=delete (defined in hyperapi::Connection) | hyperapi::Connection | |
~Connection() noexcept | hyperapi::Connection | virtual |