Trees | Indices | Help |
|
---|
|
object --+ | _Query
I provide useful functionalities for building SQL queries to the backend schema.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
The meta parameter, is an iterable of triples of the form (key, value, uriref_flag). If uriref_flag is false, the value is interpreted as a string; if it is true, the value is interpreted as the uri-ref of an element. Note that value can also be None. This parameter is used to filter elements that have the given (key, value) pair in their metadata (value set to None filtering elements having no value for the given key). |
Append something at the end of the query. This should be used with care, and preferably just before call to exe, since it may break other methods (e.g. appending an ORDER BY statement). |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 8 16:00:01 2009 | http://epydoc.sourceforge.net |