NebulaGraph Python Client  release-3.8
BaseExecutor Class Reference
+ Inheritance diagram for BaseExecutor:

Public Member Functions

ResultSet execute_parameter (self, str stmt, Optional[Dict[str, Any]] params)
 
bytes execute_json_with_parameter (self, str stmt, Optional[Dict[str, Any]] params)
 
ResultSet execute (self, str stmt)
 
bytes execute_json (self, str stmt)
 
def execute_py (self, str stmt, Optional[Dict[str, Any]] params=None)
 

Detailed Description

Definition at line 23 of file base.py.

Member Function Documentation

◆ execute_py()

def execute_py (   self,
str  stmt,
Optional[Dict[str, Any]]   params = None 
)
**Recommended** Execute a statement with parameters in Python type instead of thrift type.

Definition at line 42 of file base.py.

+ Here is the call graph for this function:

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