Package expert.os.harperdb
Class CreateTableBuilder
java.lang.Object
expert.os.harperdb.CreateTableBuilder
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for configuring additional details of the table to be created and executing the "create table" operation. -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the hash attribute (id) for the table.
-
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.
-