public class TCopyIntoSqlNode extends TParseTreeNode
dbvendor, doubleLinkedTokenListToString, nodeActionAppend, nodeActionInsert, nodeActionRemove, nodeActionUnknown, nodeActionUpdate, nodeActionUpdateText, nodeChangeEndToken, nodeChangeStartToken| Constructor and Description |
|---|
TCopyIntoSqlNode() |
| Modifier and Type | Method and Description |
|---|---|
TColumnDefinitionList |
getColumnList() |
ArrayList<TConstant> |
getFromList() |
TSourceToken |
getOptionEndParenthesis() |
TSourceToken |
getOptionStartParenthesis() |
TObjectName |
getTablename() |
void |
init(Object arg1)
Initialize a query tree node.
|
void |
init(Object arg1,
Object arg2) |
void |
setColumnList(TColumnDefinitionList columnList) |
void |
setFromList(ArrayList<TConstant> fromList) |
void |
setOptionEndParenthesis(TSourceToken optionEndParenthesis) |
void |
setOptionStartParenthesis(TSourceToken optionStartParenthesis) |
accept, acceptChildren, addAllMyTokensToTokenList, addToTokenChain, appendNewNode, calculateTokenCount, doAppendNewNode, doParse, fastSetString, getAnchorNode, getColumnNo, getCommentAfterNode, getCommentBeforeNode, getCompactString, getDummyTag, getEndToken, getEvaluateDatatype, getEvalValue, getGsqlparser, getLineNo, getLocation, getMd5, getNodeStatus, getNodeType, getParentObjectName, getPlainText, getStartToken, getTokenCount, hasNext, 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, toString2clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic TCopyIntoSqlNode()
public void setOptionStartParenthesis(TSourceToken optionStartParenthesis)
public void setOptionEndParenthesis(TSourceToken optionEndParenthesis)
public TSourceToken getOptionStartParenthesis()
public TSourceToken getOptionEndParenthesis()
public void setFromList(ArrayList<TConstant> fromList)
public ArrayList<TConstant> getFromList()
public void setColumnList(TColumnDefinitionList columnList)
public TObjectName getTablename()
public TColumnDefinitionList getColumnList()
public void init(Object arg1)
TParseTreeNodeinit in class TParseTreeNodearg1 - first argumentpublic void init(Object arg1, Object arg2)
init in class TParseTreeNode