public class SQLIndexOptions extends SQLObjectImpl
| Constructor and Description |
|---|
SQLIndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
cloneTo(SQLIndexOptions options) |
String |
getAlgorithm() |
SQLExpr |
getComment() |
String |
getIndexType() |
SQLExpr |
getKeyBlockSize() |
String |
getLock() |
List<SQLAssignItem> |
getOtherOptions() |
String |
getParserName() |
void |
setAlgorithm(String algorithm) |
void |
setComment(SQLExpr comment) |
void |
setIndexType(String indexType) |
void |
setKeyBlockSize(SQLExpr keyBlockSize) |
void |
setLock(String lock) |
void |
setParserName(String parserName) |
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, toStringpublic String getIndexType()
public void setIndexType(String indexType)
public SQLExpr getKeyBlockSize()
public void setKeyBlockSize(SQLExpr keyBlockSize)
public String getParserName()
public void setParserName(String parserName)
public SQLExpr getComment()
public void setComment(SQLExpr comment)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getLock()
public void setLock(String lock)
public List<SQLAssignItem> getOtherOptions()
public void cloneTo(SQLIndexOptions options)
Copyright © 2013–2020 Alibaba Group. All rights reserved.