Class CreateTablePrimaryKeyBuilder

All Implemented Interfaces:
ISqlBuilder, ISqlKeywords

public class CreateTablePrimaryKeyBuilder extends AbstractCreateTableConstraintBuilder<CreateTablePrimaryKeyBuilder>
The Create Table Primary Key Builder.
  • Constructor Details

    • CreateTablePrimaryKeyBuilder

      public CreateTablePrimaryKeyBuilder(ISqlDialect dialect, String name)
      Instantiates a new creates the table primary key builder.
      Parameters:
      dialect - the dialect
      name - the name