Class SQLSubPartition

All Implemented Interfaces:
SQLObject, OracleSegmentAttributes

public class SQLSubPartition extends OracleSegmentAttributesImpl
  • Field Details

  • Constructor Details

    • SQLSubPartition

      public SQLSubPartition()
  • Method Details

    • getName

      public SQLName getName()
    • setName

      public void setName(SQLName name)
    • getValues

      public SQLPartitionValue getValues()
    • setValues

      public void setValues(SQLPartitionValue values)
    • getTableSpace

      public SQLName getTableSpace()
    • setTableSpace

      public void setTableSpace(SQLName tableSpace)
    • getDataDirectory

      public SQLExpr getDataDirectory()
    • setDataDirectory

      public void setDataDirectory(SQLExpr dataDirectory)
    • getIndexDirectory

      public SQLExpr getIndexDirectory()
    • setIndexDirectory

      public void setIndexDirectory(SQLExpr indexDirectory)
    • 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)
    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Specified by:
      accept0 in class SQLObjectImpl
    • clone

      public SQLSubPartition clone()
      Specified by:
      clone in interface SQLObject
      Overrides:
      clone in class SQLObjectImpl