public abstract class MySqlIndexHintImpl extends MySqlObjectImpl implements MySqlIndexHint
MySqlIndexHint.Option| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLName> |
indexList |
private MySqlIndexHint.Option |
option |
attributes, parent| 构造器和说明 |
|---|
MySqlIndexHintImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
accept0(MySqlASTVisitor visitor) |
abstract MySqlIndexHintImpl |
clone() |
void |
cloneTo(MySqlIndexHintImpl x) |
List<SQLName> |
getIndexList() |
MySqlIndexHint.Option |
getOption() |
void |
setIndexList(List<SQLName> indexList) |
void |
setOption(MySqlIndexHint.Option option) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate MySqlIndexHint.Option option
public abstract void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic MySqlIndexHint.Option getOption()
public void setOption(MySqlIndexHint.Option option)
public abstract MySqlIndexHintImpl clone()
public void cloneTo(MySqlIndexHintImpl x)
Copyright © 2013–2019 Alibaba Group. All rights reserved.