NebulaGraph CPP Client
release-3.8
|
This is the complete list of members for Connection, including all inherited members.
asyncExecute(int64_t sessionId, const std::string &stmt, ExecuteCallback cb) (defined in Connection) | Connection | |
asyncExecuteJson(int64_t sessionId, const std::string &stmt, ExecuteJsonCallback cb) (defined in Connection) | Connection | |
asyncExecuteJsonWithParameter(int64_t sessionId, const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters, ExecuteJsonCallback cb) (defined in Connection) | Connection | |
asyncExecuteWithParameter(int64_t sessionId, const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters, ExecuteCallback cb) (defined in Connection) | Connection | |
authenticate(const std::string &user, const std::string &password) (defined in Connection) | Connection | |
close() (defined in Connection) | Connection | |
Connection() (defined in Connection) | Connection | |
Connection(const Connection &)=delete (defined in Connection) | Connection | |
Connection(Connection &&c) noexcept (defined in Connection) | Connection | inline |
execute(int64_t sessionId, const std::string &stmt) (defined in Connection) | Connection | |
ExecuteCallback typedef (defined in Connection) | Connection | |
executeJson(int64_t sessionId, const std::string &stmt) (defined in Connection) | Connection | |
ExecuteJsonCallback typedef (defined in Connection) | Connection | |
executeJsonWithParameter(int64_t sessionId, const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters) (defined in Connection) | Connection | |
executeWithParameter(int64_t sessionId, const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters) (defined in Connection) | Connection | |
isOpen() (defined in Connection) | Connection | |
open(const std::string &address, int32_t port, uint32_t timeout, bool enableSSL, const std::string &CAPath) (defined in Connection) | Connection | |
operator=(const Connection &c)=delete (defined in Connection) | Connection | |
operator=(Connection &&c) (defined in Connection) | Connection | |
ping() (defined in Connection) | Connection | |
signout(int64_t sessionId) (defined in Connection) | Connection | |
verifyClientVersion(const VerifyClientVersionReq &req) (defined in Connection) | Connection | |
~Connection() (defined in Connection) | Connection |