public class TForUpdate extends TParseTreeNode
Modifier and Type | Class and Description |
---|---|
static class |
TForUpdate.EForUpdateType |
Constructor and Description |
---|
TForUpdate() |
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.
|
TObjectNameList |
getColumnRefs()
Use the OF ...
|
TForUpdate.EForUpdateType |
getForUpdateType() |
String |
getWaitValue() |
void |
init(Object arg1)
Initialize a query tree node.
|
boolean |
isNowait() |
boolean |
isWait() |
void |
setColumnRefs(TObjectNameList columnRefs) |
void |
setForUpdateType(TForUpdate.EForUpdateType forUpdateType) |
void |
setNowait(boolean nowait) |
void |
setWait(boolean wait) |
void |
setWaitNoWait(TDummy dummy) |
void |
setWaitValue(String waitValue) |
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, toString
public void setWaitNoWait(TDummy dummy)
public void setWait(boolean wait)
public void setNowait(boolean nowait)
public void setWaitValue(String waitValue)
public boolean isWait()
public boolean isNowait()
public String getWaitValue()
public void setForUpdateType(TForUpdate.EForUpdateType forUpdateType)
public TForUpdate.EForUpdateType getForUpdateType()
public TObjectNameList getColumnRefs()
public void init(Object arg1)
TParseTreeNode
init
in class TParseTreeNode
arg1
- first argumentpublic void doParse(TCustomSqlStatement psql, ESqlClause plocation)
TParseTreeNode
doParse
in class TParseTreeNode
psql
- SQL statement this node belongs toplocation
- SQL clause this node belongs topublic 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
public void setColumnRefs(TObjectNameList columnRefs)
Copyright © 2019. All rights reserved.