public class SQLIntervalExpr extends SQLExprImpl implements SQLReplaceable
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DATA_TYPE |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLIntervalExpr() |
SQLIntervalExpr(SQLExpr value,
SQLIntervalUnit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLIntervalExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLIntervalUnit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
output(Appendable buf) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setUnit(SQLIntervalUnit unit) |
void |
setValue(SQLExpr x) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic static final SQLDataType DATA_TYPE
public SQLIntervalExpr()
public SQLIntervalExpr(SQLExpr value, SQLIntervalUnit unit)
public SQLIntervalExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic SQLExpr getValue()
public void setValue(SQLExpr x)
public SQLIntervalUnit getUnit()
public void setUnit(SQLIntervalUnit unit)
public void output(Appendable buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplCopyright © 2013–2023. All rights reserved.