public class MySqlShowEngineStatement extends MySqlStatementImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MySqlShowEngineStatement.Option |
| 构造器和说明 |
|---|
MySqlShowEngineStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getName() |
MySqlShowEngineStatement.Option |
getOption() |
void |
setName(SQLExpr name) |
void |
setOption(MySqlShowEngineStatement.Option option) |
outputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlStatementImplpublic SQLExpr getName()
public void setName(SQLExpr name)
public MySqlShowEngineStatement.Option getOption()
public void setOption(MySqlShowEngineStatement.Option option)
Copyright © 2012 Alibaba Group. All Rights Reserved.