Uses of Interface
com.datastax.astra.client.tables.commands.AlterTableOperation
Package
Description
Top package to interact with Tables.
Command Definitions for operating on Tables.
-
Uses of AlterTableOperation in com.datastax.astra.client.tables
Modifier and TypeMethodDescriptionTable.alter
(AlterTableOperation operation) Performs an alteration operation on the table with default options.Table.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 AlterTableOperation in com.datastax.astra.client.tables.commands
Modifier and TypeClassDescriptionfinal class
Represents an operation to add columns to an existing table in a database schema.class
Represents an operation to add vectorized columns to a table in a database schema alteration.final class
Represents an operation to drop columns from a table in a database schema alteration.class
Represents an operation to drop vectorized columns from a table in a database schema alteration.class
Represents an operation to rename columns in a database table.