public class TExpandOnClause extends TParseTreeNode
| Constructor and Description |
|---|
TExpandOnClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TParseTreeVisitor v)
Accept a visitor
|
void |
acceptChildren(TParseTreeVisitor v)
Accept a visitor to iterate this class and sub-nodes of this class
|
void |
doParse(TCustomSqlStatement psql,
ESqlClause plocation)
Analyze the sub-nodes inside this node.
|
TObjectName |
getAnchorName() |
TExpression |
getByIntervalLiteral() |
TAliasClause |
getExpandColumnAlias() |
TExpression |
getExpandExpression() |
TExpression |
getPeriodExpression() |
TConstant |
getTimeLiteral() |
void |
init(Object arg1,
Object arg2) |
void |
setAnchorName(TObjectName anchorName) |
void |
setByClause(TDummy dummy) |
void |
setByIntervalLiteral(TExpression byIntervalLiteral) |
void |
setExpandColumnAlias(TAliasClause expandColumnAlias) |
void |
setExpandExpression(TExpression expandExpression) |
void |
setPeriodExpression(TExpression periodExpression) |
void |
setTimeLiteral(TConstant timeLiteral) |
addAllMyTokensToTokenList, appendString, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toStringpublic void init(Object arg1, Object arg2)
init in class TParseTreeNodepublic TExpression getExpandExpression()
public TAliasClause getExpandColumnAlias()
public TExpression getByIntervalLiteral()
public TObjectName getAnchorName()
public TConstant getTimeLiteral()
public TExpression getPeriodExpression()
public void setPeriodExpression(TExpression periodExpression)
public void setByClause(TDummy dummy)
public void doParse(TCustomSqlStatement psql, ESqlClause plocation)
TParseTreeNodedoParse in class TParseTreeNodepsql - SQL statement this node belongs toplocation - SQL clause this node belongs topublic void accept(TParseTreeVisitor v)
TParseTreeNodeaccept in interface Visitableaccept in class TParseTreeNodev - visitor is a descendant class of TParseTreeVisitorpublic void acceptChildren(TParseTreeVisitor v)
TParseTreeNodeacceptChildren in interface VisitableacceptChildren in class TParseTreeNodev - visitor is a descendant class of TParseTreeVisitorpublic void setExpandExpression(TExpression expandExpression)
public void setExpandColumnAlias(TAliasClause expandColumnAlias)
public void setByIntervalLiteral(TExpression byIntervalLiteral)
public void setAnchorName(TObjectName anchorName)
public void setTimeLiteral(TConstant timeLiteral)
Copyright © 2019. All rights reserved.