public class OracleDatetimeExpr extends OracleSQLObjectImpl implements SQLExpr
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
private SQLExpr |
timeZone |
attributes, parent| 构造器和说明 |
|---|
OracleDatetimeExpr() |
OracleDatetimeExpr(SQLExpr expr,
SQLExpr timeZone) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleDatetimeExpr |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
SQLExpr |
getTimeZone() |
void |
setExpr(SQLExpr expr) |
void |
setTimeZone(SQLExpr timeZone) |
accept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLExpr getTimeZone()
public void setTimeZone(SQLExpr timeZone)
public OracleDatetimeExpr clone()
public List<SQLObject> getChildren()
getChildren 在接口中 SQLExprCopyright © 2013–2019 Alibaba Group. All rights reserved.