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) |
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 SQLExpr getLiteral()
public void setLiteral(String literal)
public void setLiteral(SQLExpr x)
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 SQLExprgetChildren in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.