Class DropTableCqlGenerator

java.lang.Object
org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator<DropTableSpecification>
org.springframework.data.cassandra.core.cql.generator.DropTableCqlGenerator

public class DropTableCqlGenerator extends TableNameCqlGenerator<DropTableSpecification>
CQL generator for generating a DROP TABLE statement.
Author:
Matthew T. Adams, Mark Paluch
See Also: