Package gavo :: Package svcs :: Module vizierexprs :: Class StringNode
[frames] | no frames]

Class StringNode

source code

object --+    
         |    
 ParseNode --+
             |
            StringNode

A node containing string operands.

Instance Methods
 
asSQL(self, field, sqlPars) source code

Inherited from ParseNode: __init__, __repr__, __str__

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

Properties

Inherited from object: __class__

Method Details

asSQL(self, field, sqlPars)

source code 
Overrides: ParseNode.asSQL