Home | Trees | Indices | Help |
|
---|
|
object --+ | StandardQueryMixin
is a mixin containing various useful queries that should work agains all SQL systems.
This mixin expects a parent that mixes is QuerierMixin (that, for now, also mixes in StandardQueryMixin, so you won't need to mix this in).
The parent also needs to mix in something like PostgresQueryMixin (I might want to define an interface there once I'd like to support other databases).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
sets the privileges defined on rd to its schema. This function will never touch the public schema. |
wraps conn.getTimeout for backward compatibility. The value is in float seconds. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |