Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder | |
com.datastax.oss.driver.api.querybuilder.schema |
Modifier and Type | Method and Description |
---|---|
static CreateKeyspaceStart |
SchemaBuilder.createKeyspace(CqlIdentifier keyspaceName)
Starts a CREATE KEYSPACE query.
|
static CreateKeyspaceStart |
SchemaBuilder.createKeyspace(String keyspaceName)
Shortcut for
createKeyspace(CqlIdentifier.fromCql(keyspaceName)) |
Modifier and Type | Method and Description |
---|---|
CreateKeyspaceStart |
CreateKeyspaceStart.ifNotExists()
Adds IF NOT EXISTS to the create keyspace specification.
|
Copyright © 2017–2019. All rights reserved.