| Home | Trees | Index | Help |
|
|---|
| Package pydo :: Package drivers :: Module sqliteconn |
|
PyDO driver for sqlite, using the pysqlite adapter.
Currently this has been tested with sqlite 2 (not sqlite 3), and pysqlite 1.0.1.
TODO: add support for sqlite3 and corresponding version of pysqlite.| Classes | |
|---|---|
SqliteConverter |
|
SqliteDBI |
|
| 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 |
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
|
timestamp_formats
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Thu Feb 15 13:21:46 2007 | http://epydoc.sf.net |