Class MysqlPartitionSingle

All Implemented Interfaces:
SQLObject, MySqlObject

public class MysqlPartitionSingle extends SQLPartitionSingle implements MySqlObject
  • Field Details

    • dataDirectory

      protected SQLExpr dataDirectory
    • indexDirectory

      protected SQLExpr indexDirectory
    • maxRows

      protected SQLExpr maxRows
    • minRows

      protected SQLExpr minRows
    • engine

      protected SQLExpr engine
    • comment

      protected SQLExpr comment
  • Constructor Details

    • MysqlPartitionSingle

      public MysqlPartitionSingle()
  • Method Details

    • getIndexDirectory

      public SQLExpr getIndexDirectory()
    • setIndexDirectory

      public void setIndexDirectory(SQLExpr indexDirectory)
    • getDataDirectory

      public SQLExpr getDataDirectory()
    • setDataDirectory

      public void setDataDirectory(SQLExpr dataDirectory)
    • getMaxRows

      public SQLExpr getMaxRows()
    • setMaxRows

      public void setMaxRows(SQLExpr maxRows)
    • getMinRows

      public SQLExpr getMinRows()
    • setMinRows

      public void setMinRows(SQLExpr minRows)
    • getEngine

      public SQLExpr getEngine()
    • setEngine

      public void setEngine(SQLExpr engine)
    • getComment

      public SQLExpr getComment()
    • setComment

      public void setComment(SQLExpr comment)
    • clone

      public MysqlPartitionSingle clone()
      Specified by:
      clone in interface SQLObject
      Overrides:
      clone in class SQLPartitionSingle
    • accept0

      public void accept0(MySqlASTVisitor visitor)
      Specified by:
      accept0 in interface MySqlObject