public class SQLTimestampExpr extends SQLExprImpl
Constructor and Description |
---|
SQLTimestampExpr() |
Modifier and Type | Method and Description |
---|---|
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, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.