NebulaGraph Python Client
release-3.8
|
This is the complete list of members for Session, including all inherited members.
__del__(self) (defined in Session) | Session | |
__init__(self, "Connection" connection, AuthResult auth_result, "ConnectionPool" pool, retry_connect=True, execution_retry_count=0, retry_interval_seconds=1) | Session | |
execute(self, stmt) | Session | |
execute(self, str stmt) (defined in BaseExecutor) | BaseExecutor | |
execute_json(self, stmt) | Session | |
execute_json(self, str stmt) (defined in BaseExecutor) | BaseExecutor | |
execute_json_with_parameter(self, stmt, params) | Session | |
execute_json_with_parameter(self, str stmt, Optional[Dict[str, Any]] params) (defined in BaseExecutor) | BaseExecutor | |
execute_parameter(self, stmt, params) | Session | |
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 | |
ping(self) | Session | |
ping_session(self) | Session | |
release(self) | Session |