public final class SQLContainsExpr extends SQLExprImpl implements SQLReplaceable, Serializable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLContainsExpr() |
SQLContainsExpr(SQLExpr expr) |
SQLContainsExpr(SQLExpr expr,
boolean not) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLContainsExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
List<SQLExpr> |
getTargetList() |
int |
hashCode() |
boolean |
isNot() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setExpr(SQLExpr expr) |
void |
setNot(boolean not) |
void |
setTargetList(List<SQLExpr> targetList) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLContainsExpr()
public SQLContainsExpr(SQLExpr expr)
public SQLContainsExpr(SQLExpr expr, boolean not)
public SQLContainsExpr clone()
public boolean isNot()
public void setNot(boolean not)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
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 在接口中 SQLReplaceableCopyright © 2013–2023. All rights reserved.