Uses of Class
com.datastax.astra.client.tables.commands.options.AlterTableOptions
Package
Description
Top package to interact with Tables.
Options and Inputs for Tables commands.
-
Uses of AlterTableOptions in com.datastax.astra.client.tables
Modifier and TypeMethodDescriptionTable.alter
(AlterTableOperation operation, AlterTableOptions options) Performs an alteration operation on the table with the specified options.final <R> Table
<R> Table.alter
(AlterTableOperation operation, AlterTableOptions options, Class<R> clazz) Performs an alteration operation on the table with the specified options and row class. -
Uses of AlterTableOptions in com.datastax.astra.client.tables.commands.options
Modifier and TypeFieldDescriptionstatic final AlterTableOptions
AlterTableOptions.IF_EXISTS
A predefined instance ofAlterTableOptions
with the "IF EXISTS" condition enabled.