public class MySqlExtractExpr extends SQLExprImpl implements MySqlExpr
| 构造器和说明 |
|---|
MySqlExtractExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
MySqlIntervalUnit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
setUnit(MySqlIntervalUnit unit) |
void |
setValue(SQLExpr value) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLExpr getValue()
public void setValue(SQLExpr value)
public MySqlIntervalUnit getUnit()
public void setUnit(MySqlIntervalUnit unit)
public int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013-2014 Alibaba Group. All Rights Reserved.