public class SQLTimestampExpr extends SQLExprImpl implements SQLValuableExpr
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
| Constructor and Description |
|---|
SQLTimestampExpr() |
SQLTimestampExpr(String literal) |
| Modifier and Type | Method and Description |
|---|---|
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, 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 static final SQLDataType DEFAULT_DATA_TYPE
public SQLTimestampExpr()
public SQLTimestampExpr(String literal)
public SQLTimestampExpr clone()
public String getValue()
getValue in interface 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 in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic String toString()
toString in class SQLObjectImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplpublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.