|
__init__(self,
db,
tablename,
*fields,
**args)
Initializes the table and performs checking on the provided
fields. |
source code
|
|
|
|
|
|
|
|
|
_build_query(self,
key)
for keyed table only |
source code
|
|
|
|
|
__call__(self,
key=<function <lambda> at 0xd1ec80>,
**kwargs) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update_or_insert(self,
key=<function <lambda> at 0xd1ec80>,
**values) |
source code
|
|
|
bulk_insert(self,
items)
here items is a list of dictionaries |
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__
|