public class MySqlShowProfileStatement extends MySqlStatementImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MySqlShowProfileStatement.Type |
| 构造器和说明 |
|---|
MySqlShowProfileStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getForQuery() |
MySqlSelectQueryBlock.Limit |
getLimit() |
List<MySqlShowProfileStatement.Type> |
getTypes() |
void |
setForQuery(SQLExpr forQuery) |
void |
setLimit(MySqlSelectQueryBlock.Limit limit) |
void |
setTypes(List<MySqlShowProfileStatement.Type> types) |
outputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlStatementImplpublic List<MySqlShowProfileStatement.Type> getTypes()
public void setTypes(List<MySqlShowProfileStatement.Type> types)
public SQLExpr getForQuery()
public void setForQuery(SQLExpr forQuery)
public MySqlSelectQueryBlock.Limit getLimit()
public void setLimit(MySqlSelectQueryBlock.Limit limit)
Copyright © 2012 Alibaba Group. All Rights Reserved.