Class TComputeClause

Object
gudusoft.gsqlparser.nodes.TParseTreeNode
gudusoft.gsqlparser.nodes.TComputeClause
All Implemented Interfaces:
Visitable, Iterator<TSourceToken>

public class TComputeClause extends TParseTreeNode
SQL Server compute clause, including a list of compute clause item which is in syntax: COMPUTE [compute_expr_list] [BY by_expr_list]