public abstract class MySqlIndexHintImpl extends MySqlObjectImpl implements MySqlIndexHint
MySqlIndexHint.Option| 构造器和说明 |
|---|
MySqlIndexHintImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
accept0(MySqlASTVisitor visitor) |
List<SQLName> |
getIndexList() |
MySqlIndexHint.Option |
getOption() |
void |
setIndexList(List<SQLName> indexList) |
void |
setOption(MySqlIndexHint.Option option) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic abstract void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic MySqlIndexHint.Option getOption()
public void setOption(MySqlIndexHint.Option option)
Copyright © 2012 Alibaba Group. All Rights Reserved.