NebulaGraph Python Client
release-3.8
|
This is the complete list of members for SessionPool, including all inherited members.
__del__(self) (defined in SessionPool) | SessionPool | |
__init__(self, username, password, space_name, addresses) (defined in SessionPool) | SessionPool | |
close(self) | SessionPool | |
execute(self, stmt) | SessionPool | |
execute(self, str stmt) (defined in BaseExecutor) | BaseExecutor | |
execute_json(self, stmt) | SessionPool | |
execute_json(self, str stmt) (defined in BaseExecutor) | BaseExecutor | |
execute_json_with_parameter(self, stmt, params) (defined in SessionPool) | SessionPool | |
execute_json_with_parameter(self, str stmt, Optional[Dict[str, Any]] params) (defined in BaseExecutor) | BaseExecutor | |
execute_parameter(self, stmt, params) | SessionPool | |
execute_parameter(self, str stmt, Optional[Dict[str, Any]] params) (defined in BaseExecutor) | BaseExecutor | |
execute_py(self, str stmt, Optional[Dict[str, Any]] params=None) | BaseExecutor | |
get_ok_servers_num(self) | SessionPool | |
init(self, Optional[SessionPoolConfig] configs=None, Optional[SSL_config] ssl_configs=None) | SessionPool | |
ping(self, address) | SessionPool | |
ping_sessions(self) | SessionPool | |
S_BAD (defined in SessionPool) | SessionPool | static |
S_OK (defined in SessionPool) | SessionPool | static |
update_servers_status(self) | SessionPool |