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() |
String |
getLiteral() |
String |
getValue() |
int |
hashCode() |
void |
setLiteral(String literal) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic static final SQLDataType DEFAULT_DATA_TYPE
public SQLDateExpr()
public SQLDateExpr(String literal)
public String getLiteral()
public void setLiteral(String literal)
public String getValue()
getValue in interface SQLValuableExprpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic SQLDateExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLExprImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprCopyright © 2013–2017 Alibaba Group. All rights reserved.