Class v.c.a.s.MultipleItemQuery(BaseQuery):

Part of vmc.contrib.axiom.store View In Hierarchy

A query that returns tuples of Items from a join.
Method __init__ Create a MultipleItemQuery. This is typically done via Store.query.
Method count Count the number of distinct results of the wrapped query.
Method distinct

Inherited from BaseQuery:

Method cloneQuery Create a similar-but-not-identical copy of this query with certain
Method __repr__ Undocumented
Method explain A debugging API, exposing SQLite's 'EXPLAIN' statement.
Method _computeFromClause Generate the SQL string which follows the "FROM" string and before the
Method _sqlAndArgs Undocumented
Method _runQuery Undocumented
Method locateCallSite Undocumented
Method _selectStuff Return a generator which yields the massaged results of this query with
Method __iter__ Iterate the results of this query.
Method next This method is deprecated, a holdover from when queries were iterators,
def __init__(self, *a, **k):
Create a MultipleItemQuery. This is typically done via Store.query.
def _involvedTables(self):
Return a list of tables involved in this query, first checking that no required tables (those in the query target) have been omitted from the comparison.
def _massageData(self, row):
Convert a row into a tuple of Item instances, by slicing it according to the number of columns for each instance, and then proceeding as for ItemQuery._massageData.
Parametersrowan n-tuple, where n is the total number of columns specified by all the item types in this query.
Returnsa tuple of instances of the types specified by this query.
def count(self):
Count the number of distinct results of the wrapped query.
Returnsan int representing the number of distinct results.
def distinct(self):
Returnsan iaxiom.IQuery provider whose values are distinct.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.