| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PQLPar --+
|
PQLPositionPar
a PQL position parameter, as for SSA.
Cones and intervals or real lists do not mix; we support STC-S identifiers as qualifiers.
The literals here are basically two-float lists.
| Nested Classes | |
|
valParser float(x) -> floating point number |
|
|
Inherited from |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
| Static Methods | |
|
Inherited from |
| Class Variables | |
nullvalue = hash(x) |
|
| Properties | |
|
Inherited from |
| Method Details |
returns a parsed representation of a literal in PQL range-list syntax. val is a string containing the PQL expression, destName is a name to be used for the LiteralParseErrors the function raises when there are syntax errors in val.
|
returns an SQL condition expressing this PQL constraint for colName. The parameters necessary are added to sqlPars. cmpExpr can be used to override the cmpExpr argument to PQLRange.getSQL; this is not really intended for user code, though, but rather for subclasses of PQLPar
|
returns true if value is within the ranges specified by the PQL expression. value must be type-true, i.e., you are responsible for converting it into the type the range are in.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |