类 SQLPurgeLogsStatement

所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement, SQLDDLStatement, SQLDropStatement

public class SQLPurgeLogsStatement extends SQLStatementImpl implements SQLDropStatement
  • 构造器详细资料

    • SQLPurgeLogsStatement

      public SQLPurgeLogsStatement()
    • SQLPurgeLogsStatement

      public SQLPurgeLogsStatement(DbType dbType)
  • 方法详细资料

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      覆盖:
      accept0 在类中 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)