public class SQLFlashbackExpr extends SQLExprImpl implements SQLReplaceable
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLFlashbackExpr.Type |
| Constructor and Description |
|---|
SQLFlashbackExpr() |
SQLFlashbackExpr(SQLFlashbackExpr.Type type,
SQLExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
SQLFlashbackExpr |
clone() |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
SQLFlashbackExpr.Type |
getType() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setExpr(SQLExpr expr) |
void |
setType(SQLFlashbackExpr.Type type) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLFlashbackExpr()
public SQLFlashbackExpr(SQLFlashbackExpr.Type type, SQLExpr expr)
public SQLFlashbackExpr.Type getType()
public void setType(SQLFlashbackExpr.Type type)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic SQLFlashbackExpr clone()
public boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplCopyright © 2013–2022 Alibaba Group. All rights reserved.