public class OracleTimestampExpr extends SQLExprImpl implements SQLLiteralExpr, OracleExpr
| 构造器和说明 |
|---|
OracleTimestampExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
boolean |
equals(Object obj) |
String |
getLiteral() |
String |
getTimeZone() |
int |
hashCode() |
void |
setLiteral(String literal) |
void |
setTimeZone(String timeZone) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic String getLiteral()
public void setLiteral(String literal)
public String getTimeZone()
public void setTimeZone(String timeZone)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2012 Alibaba Group. All Rights Reserved.