| Package | Description | 
|---|---|
| com.datastax.dse.driver.api.querybuilder | 
 This package effectively mirrors the Cassandra OSS Query Builder package to allow DSE extended
 schema and query building for the DSE driver. 
 | 
| com.datastax.dse.driver.api.querybuilder.schema | 
 This package effectively mirrors the Cassandra OSS Schema interfaces to allow extended schema and
 query building for the DSE driver. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CreateDseKeyspaceStart | 
DseSchemaBuilder.createDseKeyspace(CqlIdentifier keyspaceName)
Starts a CREATE KEYSPACE query. 
 | 
static CreateDseKeyspaceStart | 
DseSchemaBuilder.createDseKeyspace(String keyspaceName)
Shortcut for  
createKeyspace(CqlIdentifier.fromCql(keyspaceName)) | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDseKeyspaceStart | 
CreateDseKeyspaceStart.ifNotExists()
Adds IF NOT EXISTS to the create keyspace specification. 
 | 
Copyright © 2017–2021. All rights reserved.