public class MySqlShowWarningsStatement extends MySqlStatementImpl implements MySqlShowStatement
构造器和说明 |
---|
MySqlShowWarningsStatement() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlSelectQueryBlock.Limit |
getLimit() |
boolean |
isCount() |
void |
setCount(boolean count) |
void |
setLimit(MySqlSelectQueryBlock.Limit limit) |
getDbType, setDbType, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public boolean isCount()
public void setCount(boolean count)
public MySqlSelectQueryBlock.Limit getLimit()
public void setLimit(MySqlSelectQueryBlock.Limit limit)
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
accept0
在类中 MySqlStatementImpl
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.