public class SQLIndexOptions extends SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLIndexOptions() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, 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()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void cloneTo(SQLIndexOptions options)
Copyright © 2013–2023. All rights reserved.