| Method Summary |
| |
__init__(self,
parent,
obj)
|
| |
__iter__(self)
Returns an iterator to the most recent results |
| |
__repr__(self)
Returns a string representation of this connection |
| |
__str__(self)
Returns a string representation of this connection |
| |
execute(self,
sql,
parameters)
Executes the given sql |
| |
query(self,
sql,
parameters)
Runs an SQL query. |
| |
query1(self,
sql,
parameters)
Runs an SQL query (using cursor.execute) and returns the first record
in the result set. |
| |
table(self,
sql,
parameters)
See Database.Connection.table() for information on this method. |
| Inherited from AbstractDecorator |
| |
__cmp__(self,
other)
|
| |
__delattr__(self,
name)
|
| |
__eq__(self,
other)
|
| |
__ge__(self,
other)
|
| |
__getattr__(self,
name)
|
| |
__gt__(self,
other)
|
| |
__hash__(self)
|
| |
__le__(self,
other)
|
| |
__lt__(self,
other)
|
| |
__ne__(self,
other)
|
| |
__nonzero__(self)
|
| |
__setattr__(self,
name,
value)
|