Package gavo :: Package adql :: Module nodes :: Class QuerySpecification
[frames] | no frames]

Class QuerySpecification

source code

             object --+            
                      |            
utils.autonode.AutoNode --+        
                          |        
                   ADQLNode --+    
                              |    
                 object --+   |    
                          |   |    
           TransparentMixin --+    
                              |    
                TransparentNode --+
                                  |
                                 QuerySpecification

The toplevel query objects including CTEs.

Apart from any CTEs, that's just a SelectQuery (which is always the last child), and we hand through essentially all attribute access to it.

Nested Classes

Inherited from utils.autonode.AutoNode: __metaclass__

Instance Methods
 
__getattr__(self, attrName) source code
 
__init__(self, children=())
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from ADQLNode: __repr__, asTree, flatten, getFlattenedChildren, iterTree

Inherited from utils.autonode.AutoNode: change, iterAttributes, iterChildren, iterNodeChildren, iterNodes

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

Class Methods

Inherited from ADQLNode: fromParseResult

Inherited from utils.autonode.AutoNode: cloneFrom

Class Variables
  type = 'querySpecification'
hash(x)
Properties
  setLimit

Inherited from object: __class__

Method Details

__init__(self, children=())
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details

setLimit

Get Method:
_getSetLimit(self)
Set Method:
_setSetLimit(self, val)