|
|
__init__(self,
env,
report=None,
constraints=None,
cols=None,
order=None,
desc=0,
group=None,
groupdesc=0,
verbose=0,
rows=None,
page=None,
max=None,
format=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
count(self,
req=None,
db=None,
cached_ids=None,
authname=None,
tzinfo=None,
locale=None)
Get the number of matching tickets for the present query. |
source code
|
|
|
|
execute(self,
req=None,
db=None,
cached_ids=None,
authname=None,
tzinfo=None,
href=None,
locale=None)
Retrieve the list of matching tickets. |
source code
|
|
|
|
get_href(self,
href,
id=None,
order=None,
desc=None,
format=None,
max=None,
page=None)
Create a link corresponding to this query. |
source code
|
|
|
|
|
|
|
get_sql(self,
req=None,
cached_ids=None,
authname=None,
tzinfo=None,
locale=None)
Return a (sql, params) tuple for the query. |
source code
|
|
|
|
| template_data(self,
context,
tickets,
orig_list=None,
orig_time=None,
req=None) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|