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() |
boolean |
isGlobal() |
boolean |
isInvisible() |
boolean |
isLocal() |
boolean |
isVisible() |
void |
setAlgorithm(String algorithm) |
void |
setComment(SQLExpr comment) |
void |
setGlobal(boolean global) |
void |
setIndexType(String indexType) |
void |
setInvisible(boolean invisible) |
void |
setKeyBlockSize(SQLExpr keyBlockSize) |
void |
setLocal(boolean local) |
void |
setLock(String lock) |
void |
setParserName(String parserName) |
void |
setVisible(boolean visible) |
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 boolean isGlobal()
public void setGlobal(boolean global)
public boolean isLocal()
public void setLocal(boolean local)
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 boolean isInvisible()
public void setInvisible(boolean invisible)
public boolean isVisible()
public void setVisible(boolean visible)
public List<SQLAssignItem> getOtherOptions()
public void cloneTo(SQLIndexOptions options)
Copyright © 2013–2022 Alibaba Group. All rights reserved.