public class OracleExtractExpr extends SQLExprImpl implements OracleExpr
| Constructor and Description |
|---|
OracleExtractExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLExpr |
getFrom() |
OracleDateTimeUnit |
getUnit() |
int |
hashCode() |
void |
setFrom(SQLExpr from) |
void |
setUnit(OracleDateTimeUnit unit) |
accept, 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 OracleDateTimeUnit getUnit()
public void setUnit(OracleDateTimeUnit unit)
public SQLExpr getFrom()
public void setFrom(SQLExpr from)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.