| Home | Trees | Index | Help |
|---|
| Package sqltriples :: Module Query :: Class CountableResults |
|
AbstractQuery--+ |Query--+ |Results--+ | CountableResults
A class representing a count of some results.
| Method Summary | |
|---|---|
__getitem__(self,
i)
| |
__len__(self)
| |
__repr__(self)
| |
get_query(self,
index)
| |
Make a subquery for this object using the given 'parent_columns' (indicating the columns which connect with this object's exposed columns), a 'parent_index' (indicating the table index used in the parent query, within which the returned query clause shall be employed), and the current table 'index'. | |
get_value(self)
| |
| Inherited from Results | |
Initialise the results object with the given 'store', 'pattern', optional 'expression', optional 'ordering' and 'order_by' descriptions and optional 'limit' criteria. | |
| Class Variable Summary | |
|---|---|
list |
exposed_columns = [('subject', 'subject_type'), ('predic...
|
| Inherited from AbstractQuery | |
list |
table_columns = [('subject', 'subject_type', 0), ('predi...
|
| Method Details |
|---|
get_subquery(self, parent_columns, parent_index, index, match_first=0, match_parent=0, match_child=0)Make a subquery for this object using the given 'parent_columns' (indicating the columns which connect with this object's exposed columns), a 'parent_index' (indicating the table index used in the parent query, within which the returned query clause shall be employed), and the current table 'index'. Return a query clause, associated values, and an updated table index (as a 3-tuple).
|
| Class Variable Details |
|---|
exposed_columns
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 12 00:04:34 2007 | http://epydoc.sf.net |