public class OracleDatetimeExpr extends OracleSQLObjectImpl implements SQLExpr
| Constructor and Description |
|---|
OracleDatetimeExpr() |
OracleDatetimeExpr(SQLExpr expr,
SQLExpr timeZone) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleDatetimeExpr |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
SQLExpr |
getTimeZone() |
void |
setExpr(SQLExpr expr) |
void |
setTimeZone(SQLExpr timeZone) |
computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLExpr getTimeZone()
public void setTimeZone(SQLExpr timeZone)
public OracleDatetimeExpr clone()
public List<SQLObject> getChildren()
getChildren in interface SQLExprCopyright © 2013–2018 Alibaba Group. All rights reserved.