| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
DBSpec
A specification for the database type and other connection parameters.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
| Class Variables | |
pool_args =
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Parses a URL of the format driver://[username:password@]host:port/database[?args] and returns a DB object representing this URL. Percent- substitution will be performed, replacing %(basedir)s with the basedir argument. raises ValueError on an invalid URL. |
Get a synchronous connection to the specified database. This returns a simple DBAPI connection object. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 25 17:52:22 2010 | http://epydoc.sourceforge.net |