| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PostgresQueryMixin --+
|
object --+ |
| |
StandardQueryMixin --+
|
QuerierMixin
is a mixin for "queriers", i.e., objects that maintain a db connection.
The mixin assumes an attribute connection from the parent.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
defaultProfile = Nonehash(x) |
|
| Properties | |
|
Inherited from |
| Method Details |
wraps conn.query adding logic to re-establish lost connections. Don't use this method any more in new code. It contains wicked logic to tell DDL statements (that run without anyone pulling the results) from actual selects. That's a bad API. Also note that the timeout is ignored for DDL statements. Use either connection.query or connection.execute in new code. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |