Class AlterTableRenameColumns
java.lang.Object
com.datastax.astra.client.tables.commands.AlterTableRenameColumns
- All Implemented Interfaces:
AlterTableOperation
Represents an operation to rename columns in a database table.
This class implements the
AlterTableOperation
interface,
providing the functionality to return the operation name as "rename".
This operation is typically used to rename one or more columns in a table during schema alterations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the operation, which is "rename".
-
Constructor Details
-
AlterTableRenameColumns
public AlterTableRenameColumns()Default constructor.
-
-
Method Details
-
getOperationName
Returns the name of the operation, which is "rename".- Specified by:
getOperationName
in interfaceAlterTableOperation
- Returns:
- a
String
representing the name of this operation.
-