Class DropTableCqlGenerator
java.lang.Object
org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator<DropTableSpecification>
org.springframework.data.cassandra.core.cql.generator.DropTableCqlGenerator
CQL generator for generating a
DROP TABLE statement.- Author:
- Matthew T. Adams, Mark Paluch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoCql(StringBuilder cql) static StringtoCql(DropTableSpecification specification) Methods inherited from class org.springframework.data.cassandra.core.cql.generator.TableNameCqlGenerator
getSpecification, spec, toCql
-
Constructor Details
-
DropTableCqlGenerator
-
-
Method Details
-
toCql
-
toCql
- Specified by:
toCqlin classTableNameCqlGenerator<DropTableSpecification>
-