|
url(self,
f=None,
args=None,
vars=None)
this should point to the controller that exposes download and crud |
source code
|
|
|
__init__(self,
environment,
db=None,
controller=' default ' )
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
has_permission(self,
name,
table,
record=0) |
source code
|
|
|
|
|
update(self,
table,
record,
next=<function <lambda> at 0x552ba28>,
onvalidation=<function <lambda> at 0x552ba28>,
onaccept=<function <lambda> at 0x552ba28>,
ondelete=<function <lambda> at 0x552ba28>,
log=<function <lambda> at 0x552ba28>,
message=<function <lambda> at 0x552ba28>,
deletable=<function <lambda> at 0x552ba28>,
formname=<function <lambda> at 0x552ba28>,
**attributes)
method: Crud.update(table, record, [next=DEFAULT... |
source code
|
|
|
create(self,
table,
next=<function <lambda> at 0x552ba28>,
onvalidation=<function <lambda> at 0x552ba28>,
onaccept=<function <lambda> at 0x552ba28>,
log=<function <lambda> at 0x552ba28>,
message=<function <lambda> at 0x552ba28>,
formname=<function <lambda> at 0x552ba28>,
**attributes)
method: Crud.create(table, [next=DEFAULT [, onvalidation=DEFAULT... |
source code
|
|
|
|
|
delete(self,
table,
record_id,
next=<function <lambda> at 0x552ba28>,
message=<function <lambda> at 0x552ba28>)
method: Crud.delete(table, record_id, [next=DEFAULT... |
source code
|
|
|
rows(self,
table,
query=None,
fields=None,
orderby=None,
limitby=None) |
source code
|
|
|
select(self,
table,
query=None,
fields=None,
orderby=None,
limitby=None,
headers=None,
**attr) |
source code
|
|
|
|
|
get_query(self,
field,
op,
value,
refsearch=False) |
source code
|
|
|
search(self,
*tables,
**args)
Creates a search form and its results for a table... |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|