Class MySqlShowSlowStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLShowStatement, MySqlObject, MySqlShowStatement, MySqlStatement

public class MySqlShowSlowStatement extends MySqlStatementImpl implements MySqlShowStatement
  • Constructor Details

    • MySqlShowSlowStatement

      public MySqlShowSlowStatement()
  • Method Details

    • 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)
      Specified by:
      accept0 in interface MySqlObject
      Overrides:
      accept0 in class MySqlStatementImpl