类 MySqlShowSlowStatement

所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement, SQLShowStatement, MySqlObject, MySqlShowStatement, MySqlStatement

public class MySqlShowSlowStatement extends MySqlStatementImpl implements MySqlShowStatement
  • 构造器详细资料

    • MySqlShowSlowStatement

      public MySqlShowSlowStatement()
  • 方法详细资料

    • getLimit

      public SQLLimit getLimit()
    • setLimit

      public void setLimit(SQLLimit limit)
    • getOrderBy

      public SQLOrderBy getOrderBy()
    • setOrderBy

      public void setOrderBy(SQLOrderBy orderBy)
    • getWhere

      public SQLExpr getWhere()
    • setWhere

      public void setWhere(SQLExpr where)
    • isPhysical

      public boolean isPhysical()
    • setPhysical

      public void setPhysical(boolean physical)
    • isFull

      public boolean isFull()
    • setFull

      public void setFull(boolean full)
    • accept0

      public void accept0(MySqlASTVisitor visitor)
      指定者:
      accept0 在接口中 MySqlObject
      覆盖:
      accept0 在类中 MySqlStatementImpl