Package gavo :: Package rscdef :: Module tabledef :: Class FieldRef
[frames] | no frames]

Class FieldRef

source code

                   object --+            
                            |            
 base.structure.StructureBase --+        
                                |        
                   object --+   |        
                            |   |        
           base.common.Parser --+        
                                |        
base.structure.ParseableStructure --+    
                                    |    
             base.structure.Structure --+
                                        |
                                       FieldRef

A reference to a table column for building simple views.

Nested Classes

Inherited from base.structure.StructureBase: __metaclass__

Instance Methods
 
onElementComplete(self) source code
 
getColumn(self) source code
 
getQName(self) source code

Inherited from base.structure.Structure: __provides__, callCompletedCallbacks, completeElement, finishElement, validate

Inherited from base.structure.ParseableStructure: __init__, end_, feed, feedFrom, feedObject, getAttribute, iterEvents, start_, value_

Inherited from base.structure.StructureBase: __providedBy__, adopt, breakCircles, change, copy, getAttributes, getCopyableAttributes, iterChildren

Inherited from base.common.Parser: feedEvent

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

Class Methods

Inherited from base.structure.StructureBase: fromStructure

Class Variables
  name_ = 'columnRef'
a sentinel for all kinds of undefined values.
  docName_ = 'columnRef (view)'
  aliases = ['fieldRef']
  attrSeq = [<gavo.base.parsecontext.IdAttribute object at 0xf51...
  managedAttrs = {'column': <gavo.base.attrdef.UnicodeAttribute ...

Inherited from base.structure.Structure: __implemented__

Inherited from base.structure.StructureBase: completedCallbacks

Properties

Inherited from object: __class__

Method Details

onElementComplete(self)

source code 
Overrides: base.structure.Structure.onElementComplete

Class Variable Details

attrSeq

Value:
[<gavo.base.parsecontext.IdAttribute object at 0xf5104c4c>,
 <gavo.base.attrdef.UnicodeAttribute object at 0xf4f616cc>,
 <gavo.base.parsecontext.ReferenceAttribute object at 0xf4f6168c>]

managedAttrs

Value:
{'column': <gavo.base.attrdef.UnicodeAttribute object at 0xf4f616cc>,
 'id': <gavo.base.parsecontext.IdAttribute object at 0xf5104c4c>,
 'key': <gavo.base.attrdef.UnicodeAttribute object at 0xf4f616cc>,
 'table': <gavo.base.parsecontext.ReferenceAttribute object at 0xf4f61\
68c>}