NebulaGraph CPP Client  release-3.4
SessionPool Class Reference

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 > &parameters)
 
std::string executeJson (const std::string &stmt)
 
std::string executeJsonWithParameter (const std::string &stmt, const std::unordered_map< std::string, Value > &parameters)
 

Detailed Description

Definition at line 35 of file SessionPool.h.


The documentation for this class was generated from the following file: