Class CreateTableBuilder

java.lang.Object
expert.os.harperdb.CreateTableBuilder

public final class CreateTableBuilder extends Object
Builder class for constructing a "create table" operation in HarperDB. This class facilitates the step-by-step configuration of a new table within a specific database.
  • Method Details

    • id

      Specifies the hash attribute (id) for the table.
      Parameters:
      id - The hash attribute for the table.
      Returns:
      A TableIdBuilder instance to continue configuring the table with additional details.
      Throws:
      NullPointerException - if the provided id is null.