Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
static DropKeyspace |
SchemaBuilder.dropKeyspace(String keyspaceName)
Start building a new DROP KEYSPACE statement.
|
DropKeyspace |
DropKeyspace.ifExists()
Add the 'IF EXISTS' condition to this DROP statement.
|
Copyright © 2012–2019. All rights reserved.