Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
hyperapi::Connection Member List

This is the complete list of members for hyperapi::Connection, including all inherited members.

cancel() noexcepthyperapi::Connection
close() noexcepthyperapi::Connectionvirtual
Connection(const Endpoint &endpoint, const std::unordered_map< std::string, std::string > &parameters={})hyperapi::Connection
Connection(const Endpoint &endpoint, const std::string &databasePath, CreateMode createMode=CreateMode::None, const std::unordered_map< std::string, std::string > &parameters={})hyperapi::Connection
Connection() noexcepthyperapi::Connectioninline
Connection(Connection &&other) noexcepthyperapi::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() noexcepthyperapi::Connection
getHyperServiceVersion()hyperapi::Connection
isCapabilityActive(const std::string &capabilityFlag)hyperapi::Connection
isOpen() const noexcepthyperapi::Connectioninline
isReady()hyperapi::Connection
operator=(Connection &&other) noexcepthyperapi::Connection
operator=(const Connection &other)=delete (defined in hyperapi::Connection)hyperapi::Connection
querySupportedHyperServiceVersionRange(const Endpoint &endpoint)hyperapi::Connectionstatic
~Connection() noexcepthyperapi::Connectionvirtual