Class SQLPurgeLogsStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLDDLStatement, SQLDropStatement

public class SQLPurgeLogsStatement extends SQLStatementImpl implements SQLDropStatement
  • Constructor Details

    • SQLPurgeLogsStatement

      public SQLPurgeLogsStatement()
    • SQLPurgeLogsStatement

      public SQLPurgeLogsStatement(DbType dbType)
  • Method Details

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLStatementImpl
    • getTo

      public SQLExpr getTo()
    • setTo

      public void setTo(SQLExpr x)
    • getBefore

      public SQLExpr getBefore()
    • setBefore

      public void setBefore(SQLExpr x)
    • isBinary

      public boolean isBinary()
    • setBinary

      public void setBinary(boolean binary)
    • isMaster

      public boolean isMaster()
    • setMaster

      public void setMaster(boolean master)
    • isAll

      public boolean isAll()
    • setAll

      public void setAll(boolean all)