public class SQLFlashbackExpr extends SQLExprImpl
| 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() |
void |
setExpr(SQLExpr expr) |
void |
setType(SQLFlashbackExpr.Type type) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 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–2018 Alibaba Group. All rights reserved.