Constructor and Description |
---|
MySqlExtractExpr() |
Modifier and Type | Method and Description |
---|---|
MySqlExtractExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLIntervalUnit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
setUnit(SQLIntervalUnit unit) |
void |
setValue(SQLExpr value) |
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 MySqlExtractExpr clone()
public SQLExpr getValue()
public void setValue(SQLExpr value)
public SQLIntervalUnit getUnit()
public void setUnit(SQLIntervalUnit unit)
public List getChildren()
getChildren
in interface SQLExpr
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.