public class SQLDateExpr extends SQLExprImpl implements SQLLiteralExpr, SQLValuableExpr
Modifier and Type | Field and Description |
---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
Constructor and Description |
---|
SQLDateExpr() |
SQLDateExpr(String literal) |
Modifier and Type | Method and Description |
---|---|
SQLDateExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getLiteral() |
String |
getValue() |
int |
hashCode() |
void |
setLiteral(SQLExpr x) |
void |
setLiteral(String literal) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public static final SQLDataType DEFAULT_DATA_TYPE
public SQLDateExpr()
public SQLDateExpr(String literal)
public SQLExpr getLiteral()
public void setLiteral(String literal)
public void setLiteral(SQLExpr x)
public String getValue()
getValue
in interface SQLValuableExpr
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public SQLDateExpr clone()
clone
in interface SQLLiteralExpr
clone
in interface SQLExpr
clone
in interface SQLObject
clone
in class SQLExprImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.