Class CreateTableUniqueIndexBuilder

All Implemented Interfaces:
ISqlBuilder, ISqlKeywords

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

    • CreateTableUniqueIndexBuilder

      public CreateTableUniqueIndexBuilder(ISqlDialect dialect, String name)
      Instantiates a new creates the table unique index builder.
      Parameters:
      dialect - the dialect
      name - the name
  • 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