|
NebulaGraph CPP Client
release-3.4
|
This is the complete list of members for Session, including all inherited members.
| asyncExecute(const std::string &stmt, ExecuteCallback cb) (defined in Session) | Session | |
| asyncExecuteJson(const std::string &stmt, ExecuteJsonCallback cb) (defined in Session) | Session | |
| asyncExecuteJsonWithParameter(const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters, ExecuteJsonCallback cb) (defined in Session) | Session | |
| asyncExecuteWithParameter(const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters, ExecuteCallback cb) (defined in Session) | Session | |
| execute(const std::string &stmt) (defined in Session) | Session | |
| ExecuteCallback typedef (defined in Session) | Session | |
| executeJson(const std::string &stmt) (defined in Session) | Session | |
| ExecuteJsonCallback typedef (defined in Session) | Session | |
| executeJsonWithParameter(const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters) (defined in Session) | Session | |
| executeWithParameter(const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters) (defined in Session) | Session | |
| operator=(Session &&session) (defined in Session) | Session | inline |
| ping() (defined in Session) | Session | |
| release() (defined in Session) | Session | |
| retryConnect() (defined in Session) | Session | |
| Session()=default (defined in Session) | Session | |
| Session(int64_t sessionId, Connection &&conn, ConnectionPool *pool, const std::string &username, const std::string &password, const std::string &timezoneName, int32_t offsetSecs) (defined in Session) | Session | inline |
| Session(const Session &)=delete (defined in Session) | Session | |
| Session(Session &&session) (defined in Session) | Session | inline |
| timeZoneName() const (defined in Session) | Session | inline |
| timeZoneOffsetSecs() const (defined in Session) | Session | inline |
| toLocal(DataSet &data) (defined in Session) | Session | inline |
| toLocal(DataSet &data, int32_t offsetSecs) (defined in Session) | Session | static |
| valid() const (defined in Session) | Session | inline |
| ~Session() (defined in Session) | Session | inline |