Trees | Indices | Help |
|
---|
|
twisted.enterprise.adbapi.ConnectionPool --+ | EqConnectionPool
This class works the same way as twisted.enterprise.adbapi.ConnectionPool. But it adds the ability to compare connection pools for equality (by comparing the arguments passed to the constructor).
This is useful when passing the ConnectionPool to a BuildStep, as otherwise Buildbot will consider the buildstep (and hence the containing buildfactory) to have changed every time the configuration is reloaded.
It also sets some defaults differently from adbapi.ConnectionPool that are more suitable for use in MTR.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
Inherited from |
Instance Variables | |
Inherited from |
Method Details |
Create a new ConnectionPool. Any positional or keyword arguments other than those documented here are passed to the DB-API object when connecting. Use these arguments to pass database names, usernames, passwords, etc.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:44 2012 | http://epydoc.sourceforge.net |