class documentation
class _ThreadedConnectionAdapter: (source)
Asynchronous database connection that binds to a specific thread.
| Async Method | close |
Close the connection if it hasn't been closed yet. |
| Async Method | commit |
Roll back the current transaction. |
| Async Method | cursor |
Construct a new async cursor. |
| Async Method | rollback |
Roll back the current transaction. |
| Property | paramstyle |
Undocumented |
| Method | _get |
Get the connection, raising an exception if it's already been invalidated. |
| Class Variable | _exclusive |
Undocumented |
| Class Variable | _paramstyle |
Undocumented |
| Instance Variable | _connection |
Undocumented |