クラス AddColumnSpecification


public class AddColumnSpecification extends ColumnTypeChangeSpecification
列を追加するための仕様を表す値オブジェクト。
作成者:
Matthew Adams, Mark Paluch
関連事項:
  • メソッドの詳細

    • addColumn

      public static AddColumnSpecification addColumn(StringSE name, com.datastax.oss.driver.api.core.type.DataType type)
      指定された name および DataType に対して新しい AddColumnSpecification を作成します。
      パラメーター:
      name - null または空であってはなりません。
      type - null であってはなりません。
      戻り値:
      新しい AddColumnSpecification
    • addColumn

      public static AddColumnSpecification addColumn(com.datastax.oss.driver.api.core.CqlIdentifier name, com.datastax.oss.driver.api.core.type.DataType type)
      指定された name および DataType に対して新しい AddColumnSpecification を作成します。
      パラメーター:
      name - null であってはなりません。
      type - null であってはなりません。
      戻り値:
      新しい AddColumnSpecification