Package gavo :: Package svcs :: Module pql :: Class PQLFloatPar
[frames] | no frames]

Class PQLFloatPar

source code

object --+    
         |    
    PQLPar --+
             |
            PQLFloatPar

a PQL float parameter.

This has a special getSQLForInterval method for cases like SSA's BAND.

Nested Classes
  valParser
float(x) -> floating point number

Inherited from PQLPar: rangeClass

Instance Methods
 
getSQLForInterval(self, lowerColName, upperColName, sqlPars)
returns an SQL phrase against an interval in a table.
source code

Inherited from PQLPar: __eq__, __init__, __repr__, __str__, covers, getSQL, getValuesAsSet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods

Inherited from PQLPar: fromLiteral

Static Methods

Inherited from PQLPar: stepParser

Class Variables
  nullvalue = ''
hash(x)
Properties

Inherited from object: __class__