public class MySqlIntervalExpr extends SQLExprImpl implements MySqlExpr
Constructor and Description |
---|
MySqlIntervalExpr() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
MySqlIntervalUnit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setUnit(MySqlIntervalUnit unit) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLExpr getValue()
public void setValue(SQLExpr value)
public MySqlIntervalUnit getUnit()
public void setUnit(MySqlIntervalUnit unit)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.