| Home | Trees | Index | Help |
|---|
| Package sqltriples :: Module Query :: Class Results |
|
AbstractQuery--+ |Query--+ | Results
CountableResults,
SingleResults,
Triples,
TuplesA class representing a selection of results obtained by specifying a pattern.
| Method Summary | |
|---|---|
Initialise the results object with the given 'store', 'pattern', optional 'expression', optional 'ordering' and 'order_by' descriptions and optional 'limit' criteria. | |
| Inherited from Query | |
| |
| |
| |
Return a query clause, associated values, and an updated table index (as a 3-tuple) for this object's query defined using the given table 'index' and the supplied, optional 'constraints' text. | |
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'. | |
| Class Variable Summary | |
|---|---|
| Inherited from AbstractQuery | |
list |
table_columns = [('subject', 'subject_type', 0), ('predi...
|
| Method Details |
|---|
__init__(self,
store,
pattern,
expression=None,
functions=None,
ordering=None,
order_by=None,
limit=None,
partial=0)
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 12 00:04:34 2007 | http://epydoc.sf.net |