twisted :: enterprise :: adbapi :: Transaction :: Class Transaction
[frames] | no frames]

Class Transaction

Known Subclasses:

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.

Instance Methods
 
__init__(self, pool, connection)
 
close(self)
 
reopen(self)
 
reconnect(self)
 
__getattr__(self, name)