| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
SQLStorage --+
|
SQLDB
an instance of this class represents a database connection
Example:
db=SQLDB('sqlite://test.db')
db.define_table('tablename',SQLField('fieldname1'),
SQLField('fieldname2'))
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_folders =
|
|||
_instances =
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Mar 25 20:33:08 2008 | http://epydoc.sourceforge.net |