Package pydo :: Package drivers :: Module sqliteconn
[show private | hide private]
[frames | no frames]

Module pydo.drivers.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:%...

Variable Details

__loader__

Type:
zipimporter
Value:
<zipimporter object "/usr/lib/python2.4/site-packages/PyDO-2.0-py2.4.e\
gg/pydo/drivers/">                                                     

date_formats

Type:
list
Value:
['%m-%d-%Y',
 '%m-%d-%y',
 '%Y-%d-%m',
 '%y-%d-%m',
 '%B %d %Y',
 '%b %d %Y',
 '%d %B %Y',
 '%d %b %Y']                                                           

timestamp_formats

Type:
list
Value:
['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M', '%y-%m-%d %H:%M:%S']           

Generated by Epydoc 2.0 on Thu Feb 15 13:21:46 2007 http://epydoc.sf.net