Method
execute
(
self,
statement: TypedReturnsRows[Unpack[_Ts]],
params: Optional[_CoreAnyExecuteParams] = None,
*,
execution_options: OrmExecuteOptionsParameter = util.EMPTY_DICT,
bind_arguments: Optional[_BindArguments] = None,
_parent_execute_state: Optional[Any] = None,
_add_event: Optional[Any] = None,
)
Source from the content-addressed store, hash-verified
| 404 | |
| 405 | @overload |
| 406 | async def execute( |
| 407 | self, |
| 408 | statement: TypedReturnsRows[Unpack[_Ts]], |
| 409 | params: Optional[_CoreAnyExecuteParams] = None, |
| 410 | *, |
| 411 | execution_options: OrmExecuteOptionsParameter = util.EMPTY_DICT, |
| 412 | bind_arguments: Optional[_BindArguments] = None, |
| 413 | _parent_execute_state: Optional[Any] = None, |
| 414 | _add_event: Optional[Any] = None, |
| 415 | ) -> Result[Unpack[_Ts]]: ... |
| 416 | |
| 417 | @overload |
| 418 | async def execute( |