Class ColumnChangeSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.ColumnChangeSpecification
Direct Known Subclasses:
ColumnTypeChangeSpecification, DropColumnSpecification, RenameColumnSpecification

public abstract class ColumnChangeSpecification extends Object
Base value object class for column change specifications.
Author:
Matthew T. Adams, Mark Paluch
  • Field Details

    • name

      protected final com.datastax.oss.driver.api.core.CqlIdentifier name
  • Constructor Details

    • ColumnChangeSpecification

      protected ColumnChangeSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
      Parameters:
      name - must not be null.
  • Method Details

    • getName

      public com.datastax.oss.driver.api.core.CqlIdentifier getName()
      Returns:
      the column name.