Uses of Class
com.datastax.astra.client.tables.commands.options.CreateTableOptions
Package
Description
Top package to interact with Databases and Keyspaces.
Options and Inputs for Tables commands.
-
Uses of CreateTableOptions in com.datastax.astra.client.databases
Modifier and TypeMethodDescription<T> Table
<T> Database.createTable
(Class<T> rowClass, CreateTableOptions createTableOptions) Creates a table using default options and the inferred table name from the row class.Database.createTable
(String tableName, TableDefinition tableDefinition, CreateTableOptions options) Creates a table using default options and runtime configurations.<T> Table
<T> Database.createTable
(String tableName, TableDefinition tableDefinition, Class<T> rowClass, CreateTableOptions createTableOptions) Creates a table in the system with the specified parameters.<T> Table
<T> Database.createTable
(String tableName, Class<T> rowClass, CreateTableOptions createTableOptions) Creates a table using default options and runtime configurations. -
Uses of CreateTableOptions in com.datastax.astra.client.tables.commands.options
Modifier and TypeFieldDescriptionstatic final CreateTableOptions
CreateTableOptions.IF_NOT_EXISTS
Improve syntax.