Module sqltriples :: Class Results
[show private | hide private]
[frames | no frames]

Class Results

Known Subclasses:
CountableResults, SingleResults, Triples

A class representing a selection of results.
Method Summary
  __init__(self, store, pattern, ordering, limit)
Initialise the results object with the given 'store', 'pattern', optional 'ordering' description and optional 'limit' criteria.
  __getitem__(self, i)
  __len__(self)
  __repr__(self)
  get_child_query(self)
  _ensure(self)
  _get_order_column(self)
  _get_query(self, select_clause)
Build the query conditions and return a usable query which starts with the supplied 'select_clause'.

Method Details

__init__(self, store, pattern, ordering=None, limit=None)
(Constructor)

Initialise the results object with the given 'store', 'pattern', optional 'ordering' description and optional 'limit' criteria.

_get_query(self, select_clause)

Build the query conditions and return a usable query which starts with the supplied 'select_clause'.

Generated by Epydoc 2.1 on Sat Mar 11 01:38:55 2006 http://epydoc.sf.net