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) |
SQLExpr |
getExpr() |
SQLExpr |
getTimeZone() |
void |
setExpr(SQLExpr expr) |
void |
setTimeZone(SQLExpr timeZone) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLExpr getTimeZone()
public void setTimeZone(SQLExpr timeZone)
Copyright © 2013–2017 Alibaba Group. All rights reserved.