| Home | Trees | Index | Help |
|
|---|
| Package pydo :: Package drivers :: Module psycopgconn |
|
PyDO driver for PostgreSQL, using the psycopg driver.
Currently this has been tested with psycopg 1.1.18 and 1.99.1.12, and attempts to support both.| Classes | |
|---|---|
PsycopgConverter |
|
PsycopgDBI |
|
| Function Summary | |
|---|---|
convert_DATE(dt)
| |
convert_TIMESTAMP(ts)
| |
| Variable Summary | |
|---|---|
zipimporter |
__loader__ = <zipimporter object "/usr/lib/python2.4/sit...
|
list |
date_formats = ['%m-%d-%Y', '%m-%d-%y', '%Y-%d-%m', '%y-...
|
instancemethod |
debug = logging.Logger.debug |
bool |
havemx = True
|
int |
psycopg_version = 2 |
list |
timestamp_formats = ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%...
|
dict |
_converters = {<type 'datetime.datetime'>: <function <la...
|
| Variable Details |
|---|
__loader__
|
date_formats
|
havemx
|
psycopg_version
|
timestamp_formats
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Thu Feb 15 13:21:44 2007 | http://epydoc.sf.net |