public class SQLFlashbackExpr extends SQLExprImpl implements SQLReplaceable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLFlashbackExpr.Type |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLFlashbackExpr() |
SQLFlashbackExpr(SQLFlashbackExpr.Type type,
SQLExpr expr) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, 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 在接口中 SQLReplaceableprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic SQLFlashbackExpr clone()
public boolean equals(Object o)
equals 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplCopyright © 2013–2023. All rights reserved.