An alias for the default AlterQuery type, available to public accessors.
An alias for the default AlterQuery type, available to public accessors. Allows for simple API usage of type member where a method can pre-set all the phantom types of all alter query in the background, without leaking them to public APIs.
def alter[T <: CassandraTable[T, _], R]: AlterQuery.Default[T, R]
The root builder of an ALTER query.
The root builder of an ALTER query. This will initialise the alter builder chain and provide the initial
ALTER $TABLENAME
query. ALTER $TABLENAME }}}
The type of the table.
The record held in the table.
The table to alter.
A raw ALTER query, without any further options set on it.