public class TListaggOverflow extends TParseTreeNode
Modifier and Type | Field and Description |
---|---|
static int |
ON_OVERFLOW_ERROR |
static int |
ON_OVERFLOW_TRUNCATE |
dbvendor, doubleLinkedTokenListToString, nodeActionAppend, nodeActionInsert, nodeActionRemove, nodeActionUnknown, nodeActionUpdate, nodeActionUpdateText, nodeChangeEndToken, nodeChangeStartToken
Constructor and Description |
---|
TListaggOverflow() |
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
|
int |
getOn_overflow_type() |
TExpression |
getTruncation_indicator() |
boolean |
isWithCount() |
boolean |
isWithoutCount() |
void |
setOn_overflow_type(int on_overflow_type) |
void |
setTruncation_indicator(TExpression truncation_indicator) |
void |
setWithCount(boolean withCount) |
void |
setWithCount(TDummy dummy) |
void |
setWithoutCount(boolean withoutCount) |
addAllMyTokensToTokenList, addToTokenChain, appendNewNode, calculateTokenCount, doAppendNewNode, doParse, fastSetString, getAnchorNode, getColumnNo, getCommentBeforeNode, getCompactString, getDummyTag, getEndToken, getEvaluateDatatype, getEvalValue, getGsqlparser, getLineNo, getLocation, getMd5, getNodeStatus, getNodeType, getParentObjectName, getPlainText, getStartToken, getTokenCount, hasNext, init, init, init, init, init, init, insertAfterAToken, insertNewNodeBeforeMe, isChanged, isTokensInChain, next, refreshAllNodesTokenCount, remove, removeAllMyTokensFromTokenList, removeTokens, removeTokensBetweenNodes, removeTokensBetweenToken, replaceWithNewNode, resetIterator, setAnchorNode, setChanged, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setEndToken, setEndTokenDirectly, setEvaluateDatatype, setEvalValue, setGsqlparser, setIncludingComment, setLocation, setNewSubNode, setNodeStatus, setNodeType, setParent, setPlainText, setStartToken, setStartToken, setStartToken, setStartToken, setStartTokenDirectly, setString, setString2, subNodeInNode, toScript, toString, toString2
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
public static final int ON_OVERFLOW_ERROR
public static final int ON_OVERFLOW_TRUNCATE
public void setWithCount(TDummy dummy)
public void setTruncation_indicator(TExpression truncation_indicator)
public TExpression getTruncation_indicator()
public void setWithCount(boolean withCount)
public void setWithoutCount(boolean withoutCount)
public boolean isWithCount()
public boolean isWithoutCount()
public void setOn_overflow_type(int on_overflow_type)
public int getOn_overflow_type()
public void accept(TParseTreeVisitor v)
TParseTreeNode
accept
in interface Visitable
accept
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
public void acceptChildren(TParseTreeVisitor v)
TParseTreeNode
acceptChildren
in interface Visitable
acceptChildren
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
Copyright © 2023. All rights reserved.