|
NebulaGraph CPP Client
release-3.8
|
Public Member Functions | |
| SessionPool (SessionPoolConfig config) | |
| SessionPool (const SessionPool &)=delete | |
| SessionPool (SessionPool &&pool) | |
| bool | init () |
| ExecutionResponse | execute (const std::string &stmt) |
| ExecutionResponse | executeWithParameter (const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters) |
| std::string | executeJson (const std::string &stmt) |
| std::string | executeJsonWithParameter (const std::string &stmt, const std::unordered_map< std::string, Value > ¶meters) |
Definition at line 35 of file SessionPool.h.