| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
SQLStorage --+
|
SQLTable
an instance of this class represents a database table Example:
db=SQLDB(...) db.define_table('users',SQLField('name')) db.users.insert(name='me') # print db.users._insert(...) to see SQL db.users.drop()
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
import records from csv file. Column headers must have same names as table fields. field 'id' is ignored. If column names read 'table.file' the 'table.' prefix is ignored. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Mar 25 20:33:08 2008 | http://epydoc.sourceforge.net |