public class SQLMatchAgainstExpr extends SQLExprImpl implements SQLReplaceable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLMatchAgainstExpr.SearchModifier |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLMatchAgainstExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
SQLMatchAgainstExpr |
clone() |
boolean |
equals(Object obj) |
SQLExpr |
getAgainst() |
List |
getChildren() |
List<SQLExpr> |
getColumns() |
SQLMatchAgainstExpr.SearchModifier |
getSearchModifier() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setAgainst(SQLExpr against) |
void |
setColumns(List<SQLExpr> columns) |
void |
setSearchModifier(SQLMatchAgainstExpr.SearchModifier searchModifier) |
computeDataTypeaccept, 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 SQLMatchAgainstExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic SQLExpr getAgainst()
public void setAgainst(SQLExpr against)
public SQLMatchAgainstExpr.SearchModifier getSearchModifier()
public void setSearchModifier(SQLMatchAgainstExpr.SearchModifier searchModifier)
protected void accept0(SQLASTVisitor v)
accept0 在类中 SQLObjectImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2023. All rights reserved.