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

Class PQLIntPar

source code

object --+    
         |    
    PQLPar --+
             |
            PQLIntPar

a PQL parameter containing an integer.

steps in ranges are allowed.

Nested Classes
  valParser
int(x=0) -> int or long int(x, base=10) -> int or long
  stepParser
int(x=0) -> int or long int(x, base=10) -> int or long

Inherited from PQLPar: rangeClass

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

Class Variables
  nullvalue = ''
hash(x)
Properties

Inherited from object: __class__