|
__init__(self,
db,
tablename,
*fields,
**args)
Initializes the table and performs checking on the provided
fields. |
source code
|
|
|
|
|
|
|
|
|
__call__(self,
id=<function <lambda> at 0x2458cf8>,
**kwargs) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_create(self,
migrate=True,
fake_migrate=True) |
source code
|
|
|
_migrate(self,
sql_fields,
sql_fields_old,
sql_fields_aux,
logfile,
fake_migrate=True) |
source code
|
|
|
create(self)
nothing to do; here for backward compatibility |
source code
|
|
|
|
|
|
|
|
|
bulk_insert(self,
*items)
this is here for competibility reasons with GAE |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from dict :
__cmp__ ,
__contains__ ,
__eq__ ,
__ge__ ,
__getattribute__ ,
__gt__ ,
__hash__ ,
__le__ ,
__len__ ,
__lt__ ,
__ne__ ,
__new__ ,
clear ,
copy ,
fromkeys ,
get ,
has_key ,
items ,
iteritems ,
iterkeys ,
itervalues ,
keys ,
pop ,
popitem ,
setdefault ,
update ,
values
Inherited from object :
__delattr__ ,
__reduce__ ,
__reduce_ex__
|