treeBuilder
Class tbAttributeItem

java.lang.Object
  |
  +--treeBuilder.tbItem
        |
        +--treeBuilder.tbAttributeItem

public class tbAttributeItem
extends tbItem

this class holds object of type "attribute reference". Those are objects from a where-clause, which refer to one attribute in a table. This must be constructed from a fromItem and works only for TUPLE-fromItems


Field Summary
 java.lang.String attribute
           
 tbFromItem fromItem
           
 
Constructor Summary
tbAttributeItem(tbFromItem init, java.lang.String attributeP)
          this constructor creates a new object from a (parent) fromItem and another string
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

fromItem

public tbFromItem fromItem

attribute

public java.lang.String attribute
Constructor Detail

tbAttributeItem

public tbAttributeItem(tbFromItem init,
                       java.lang.String attributeP)
this constructor creates a new object from a (parent) fromItem and another string
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object