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, toStringpublic 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)
TParseTreeNodeinit in class TParseTreeNodearg1 - first argumentpublic 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 setColumnRefs(TObjectNameList columnRefs)
Copyright © 2019. All rights reserved.