gudusoft.gsqlparser.nodes
Class TSelectDistinct

java.lang.Object
  extended by gudusoft.gsqlparser.nodes.TParseTreeNode
      extended by gudusoft.gsqlparser.nodes.TSelectDistinct
All Implemented Interfaces:
Visitable

public class TSelectDistinct
extends TParseTreeNode


Constructor Summary
TSelectDistinct()
           
 
Method Summary
 int getDistinctType()
           
 TExpressionList getExpressionList()
           
 void init(java.lang.Object arg1)
          Initialize a query tree node.
 void setDistinctType(int distinctType)
           
 
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNode
accept, addAllMyTokensToTokenList, doParse, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, setDummyTag, setEndToken, setEndToken, setGsqlparser, setNodeType, setStartToken, setStartToken, setString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TSelectDistinct

public TSelectDistinct()
Method Detail

getExpressionList

public TExpressionList getExpressionList()

setDistinctType

public void setDistinctType(int distinctType)

getDistinctType

public int getDistinctType()

init

public void init(java.lang.Object arg1)
Description copied from class: TParseTreeNode
Initialize a query tree node.

Overrides:
init in class TParseTreeNode