public class MySqlAlterTableAlterFullTextIndex extends MySqlObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
MySqlAlterTableAlterFullTextIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLName |
getAnalyzerName() |
AnalyzerIndexType |
getAnalyzerType() |
SQLName |
getIndexName() |
void |
setAnalyzerName(SQLName analyzerName) |
void |
setAnalyzerType(AnalyzerIndexType analyzerType) |
void |
setIndexName(SQLName indexName) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplpublic SQLName getIndexName()
public void setIndexName(SQLName indexName)
public SQLName getAnalyzerName()
public void setAnalyzerName(SQLName analyzerName)
public AnalyzerIndexType getAnalyzerType()
public void setAnalyzerType(AnalyzerIndexType analyzerType)
Copyright © 2013–2021 Alibaba Group. All rights reserved.