| 限定符和类型 | 字段和说明 |
|---|---|
private SQLIntervalUnit |
unit |
private SQLExpr |
value |
attributes, parent| 构造器和说明 |
|---|
MySqlExtractExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
MySqlExtractExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLIntervalUnit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
setUnit(SQLIntervalUnit unit) |
void |
setValue(SQLExpr value) |
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, setParentprivate SQLExpr value
private SQLIntervalUnit unit
public MySqlExtractExpr clone()
public SQLExpr getValue()
public void setValue(SQLExpr value)
public SQLIntervalUnit getUnit()
public void setUnit(SQLIntervalUnit unit)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.