public class SQLDateExpr extends SQLExprImpl implements SQLLiteralExpr, SQLValuableExpr
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
private SQLExpr |
literal |
attributes, parent| 构造器和说明 |
|---|
SQLDateExpr() |
SQLDateExpr(String literal) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLDateExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getLiteral() |
String |
getValue() |
int |
hashCode() |
void |
setLiteral(SQLExpr x) |
void |
setLiteral(String literal) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic static final SQLDataType DEFAULT_DATA_TYPE
private SQLExpr literal
public SQLDateExpr()
public SQLDateExpr(String literal)
public SQLExpr getLiteral()
public void setLiteral(String literal)
public void setLiteral(SQLExpr x)
public String getValue()
getValue 在接口中 SQLValuableExprprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDateExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLExprImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.