Home | Trees | Index | Help |
---|
Package sqltriples :: Module Query :: Class ConjunctionOfTuples |
|
CombinedResults
--+ |Conjunction
--+ |AbstractQuery
--+ | | |Query
--+ | | |Results
--+ | | |Tuples
--+ | ConjunctionOfTuples
Method Summary | |
---|---|
__init__(self,
store,
queries,
pattern)
| |
Inherited from CombinedResults | |
| |
| |
Inherited from Tuples | |
Return the extended exposed columns for the pattern. | |
Return the 'results' for the retrieved tuples. | |
Inherited from Results | |
Add joins where the result needs them: ... | |
| |
| |
| |
Build the query conditions and return a usable query which starts with the supplied 'select_clause' and which uses the given table 'index' number as qualifier. | |
Inherited from Query | |
| |
| |
| |
| |
Ensure the the query has been executed. | |
Execute the query, generated by this object's 'get_query' method, and return the results in a form produced by this object's '_get_results' method. | |
Return a column selection for the 'exposed_columns' qualified by the given table 'index', optionally limited by the given 'limited_to' sequence of column definitions. | |
| |
|
Class Variable Summary | |
---|---|
Inherited from Conjunction | |
int |
in_parentheses = 1 |
str |
operator = 'and'
|
Inherited from Tuples | |
list |
exposed_columns = [('subject', 'subject_type'), ('predic...
|
Inherited from AbstractQuery | |
list |
table_columns = [('subject', 'subject_type', 0), ('predi...
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Sep 18 23:34:27 2007 | http://epydoc.sf.net |