| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
static String |
DropUserTypeCqlGenerator.toCql(DropUserTypeSpecification specification) |
| Constructor and Description |
|---|
DropUserTypeCqlGenerator(DropUserTypeSpecification specification)
Create a new
DropUserTypeCqlGenerator for a given DropUserTypeSpecification. |
| Modifier and Type | Method and Description |
|---|---|
static DropUserTypeSpecification |
DropUserTypeSpecification.dropType(com.datastax.oss.driver.api.core.CqlIdentifier name)
Entry point into the
DropUserTypeSpecification's fluent API given name to drop a type. |
static DropUserTypeSpecification |
DropUserTypeSpecification.dropType(String name)
Entry point into the
DropUserTypeSpecification's fluent API given name to drop a type. |
DropUserTypeSpecification |
DropUserTypeSpecification.ifExists()
Enables the inclusion of an
IF EXISTS clause. |
DropUserTypeSpecification |
DropUserTypeSpecification.ifExists(boolean ifExists)
Sets the inclusion of an
IF EXISTS clause. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.