class documentation
class ThreadedCursorAdapter(AsyncCursor): (source)
A cursor that can be interacted with asynchronously.
| Async Method | close |
Close the underlying cursor. |
| Async Method | description |
Undocumented |
| Async Method | execute |
Execute the given statement. |
| Async Method | fetchall |
Undocumented |
| Async Method | fetchone |
Undocumented |
| Async Method | rowcount |
Undocumented |
| Class Variable | _cursor |
Undocumented |
| Class Variable | _exclusive |
Undocumented |
async def execute(self, operation:
str, parameters: Sequence[ Any] | Mapping[ str, Any] = ()) -> object:
(source)
¶
overrides
dbxs.async_dbapi.AsyncCursor.executeExecute the given statement.