public class SQLTimestampExpr extends SQLExprImpl implements SQLValuableExpr
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
protected String |
literal |
protected String |
timeZone |
protected boolean |
withTimeZone |
attributes, parent| 构造器和说明 |
|---|
SQLTimestampExpr() |
SQLTimestampExpr(String literal) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLTimestampExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List |
getChildren() |
String |
getLiteral() |
String |
getTimeZone() |
String |
getValue() |
int |
hashCode() |
boolean |
isWithTimeZone() |
void |
setLiteral(String literal) |
void |
setTimeZone(String timeZone) |
void |
setWithTimeZone(boolean withTimeZone) |
String |
toString() |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic static final SQLDataType DEFAULT_DATA_TYPE
protected String literal
protected String timeZone
protected boolean withTimeZone
public SQLTimestampExpr()
public SQLTimestampExpr(String literal)
public SQLTimestampExpr clone()
public String getValue()
getValue 在接口中 SQLValuableExprpublic 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 在类中 SQLExprImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic String toString()
toString 在类中 SQLObjectImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.