public class SQLTimestampExpr extends SQLExprImpl
| 构造器和说明 |
|---|
SQLTimestampExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getLiteral() |
String |
getTimeZone() |
int |
hashCode() |
boolean |
isWithTimeZone() |
void |
setLiteral(String literal) |
void |
setTimeZone(String timeZone) |
void |
setWithTimeZone(boolean withTimeZone) |
String |
toString() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic String getLiteral()
public void setLiteral(String literal)
public String getTimeZone()
public void setTimeZone(String timeZone)
public boolean isWithTimeZone()
public void setWithTimeZone(boolean withTimeZone)
public int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic String toString()
toString 在类中 SQLObjectImplCopyright © 2013-2016 Alibaba Group. All Rights Reserved.