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) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 SQLFlashbackExpr clone()
public boolean equals(Object o)
equals
in class SQLExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.