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

Class PQLStringPar

source code

object --+    
         |    
    PQLPar --+
             |
            PQLStringPar

a PQL normal string parameter.

"normal" means that range expressions are not supported.

Nested Classes
  rangeClass
a stand-in for PQLRange when no ranges are to be supported

Inherited from PQLPar: valParser

Instance Methods

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

Inherited from PQLPar: nullvalue

Properties

Inherited from object: __class__