org.teiid.query.sql.symbol
Class WindowSpecification

java.lang.Object
  extended by org.teiid.query.sql.symbol.WindowSpecification
All Implemented Interfaces:
java.lang.Cloneable, LanguageObject

public class WindowSpecification
extends java.lang.Object
implements LanguageObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.teiid.query.sql.LanguageObject
LanguageObject.Util
 
Constructor Summary
WindowSpecification()
           
 
Method Summary
 void acceptVisitor(LanguageVisitor visitor)
          Method for accepting a visitor.
 WindowSpecification clone()
          Implement clone to make objects cloneable.
 boolean equals(java.lang.Object obj)
           
 OrderBy getOrderBy()
           
 java.util.List<Expression> getPartition()
           
 int hashCode()
           
 void setOrderBy(OrderBy orderBy)
           
 void setPartition(java.util.List<Expression> grouping)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowSpecification

public WindowSpecification()
Method Detail

getPartition

public java.util.List<Expression> getPartition()

setPartition

public void setPartition(java.util.List<Expression> grouping)

getOrderBy

public OrderBy getOrderBy()

setOrderBy

public void setOrderBy(OrderBy orderBy)

acceptVisitor

public void acceptVisitor(LanguageVisitor visitor)
Description copied from interface: LanguageObject
Method for accepting a visitor. It is the responsibility of the language object to call back on the visitor.

Specified by:
acceptVisitor in interface LanguageObject
Parameters:
visitor - Visitor being used

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

clone

public WindowSpecification clone()
Description copied from interface: LanguageObject
Implement clone to make objects cloneable.

Specified by:
clone in interface LanguageObject
Overrides:
clone in class java.lang.Object
Returns:
Deep clone of this object

toString

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


Copyright © 2011. All Rights Reserved.