Class CreateTableUniqueIndexBuilder

All Implemented Interfaces:
ISqlBuilder, ISqlKeywords

public class CreateTableUniqueIndexBuilder
extends AbstractCreateTableConstraintBuilder<CreateTableUniqueIndexBuilder>
The Create Table Unique Index Builder.
  • Constructor Details

  • Method Details

    • getIndexType

      public String getIndexType()
      Gets the index type.
      Returns:
      the index type
    • getOrder

      public String getOrder()
      Gets the order.
      Returns:
      the order
    • setIndexType

      public void setIndexType​(String indexType)
      Sets the index type.
      Parameters:
      indexType - the new index type
    • setOrder

      public void setOrder​(String order)
      Sets the order.
      Parameters:
      order - the new order