class documentation

class Transaction: (source)

View In Hierarchy

A lightweight wrapper for a DB-API 'cursor' object.

Relays attribute access to the DB cursor. That is, you can call execute(), fetchall(), etc., and they will be called on the underlying DB-API cursor object. Attributes will also be retrieved from there.

Method __init__ Undocumented
Method close Undocumented
Method reopen Undocumented
Method reconnect Undocumented
Method __getattr__ Undocumented
Instance Variable _cursor Undocumented
Instance Variable _pool Undocumented
Instance Variable _connection Undocumented
_cursor = (source)

Undocumented

def __init__(self, pool, connection): (source)

Undocumented

_pool = (source)

Undocumented

_connection = (source)

Undocumented

def close(self): (source)

Undocumented

def reopen(self): (source)

Undocumented

def reconnect(self): (source)

Undocumented

def __getattr__(self, name): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.