public final class SQLInListExpr extends SQLExprImpl implements SQLReplaceable, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLCommentHint |
hint |
attributes, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLInListExpr() |
SQLInListExpr(SQLExpr expr) |
SQLInListExpr(SQLExpr expr,
boolean not) |
SQLInListExpr(String expr,
String... values) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addTarget(int index,
SQLExpr x) |
void |
addTarget(SQLExpr x) |
SQLInListExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
SQLCommentHint |
getHint() |
List<SQLExpr> |
getTargetList() |
int |
hashCode() |
boolean |
isNot() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setExpr(SQLExpr expr) |
void |
setHint(SQLCommentHint hint) |
void |
setNot(boolean not) |
void |
setTargetList(List<SQLExpr> targetList) |
boolean |
sortTargetList() |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected SQLCommentHint hint
public SQLInListExpr()
public SQLInListExpr(SQLExpr expr)
public SQLInListExpr(SQLExpr expr, boolean not)
public SQLInListExpr clone()
public boolean isNot()
public void setNot(boolean not)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public void addTarget(SQLExpr x)
public void addTarget(int index,
SQLExpr x)
public boolean sortTargetList()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic SQLCommentHint getHint()
getHint 在接口中 SQLExprgetHint 在类中 SQLObjectImplpublic void setHint(SQLCommentHint hint)
setHint 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.