Class AlterTableRenameColumns

java.lang.Object
com.datastax.astra.client.tables.commands.AlterTableRenameColumns
All Implemented Interfaces:
AlterTableOperation

public class AlterTableRenameColumns extends Object implements 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 Details

    • AlterTableRenameColumns

      public AlterTableRenameColumns()
      Default constructor.
  • Method Details