|
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) |
|
Definition at line 23 of file base.py.
◆ 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.
The documentation for this class was generated from the following file: