Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder | |
com.datastax.oss.driver.api.querybuilder.schema |
Modifier and Type | Method and Description |
---|---|
static CreateMaterializedViewStart |
SchemaBuilder.createMaterializedView(CqlIdentifier viewName)
Starts a CREATE MATERIALIZED VIEW query with the given view name.
|
static CreateMaterializedViewStart |
SchemaBuilder.createMaterializedView(CqlIdentifier keyspace,
CqlIdentifier viewName)
Starts a CREATE MATERIALIZED VIEW query with the given view name for the given keyspace name.
|
static CreateMaterializedViewStart |
SchemaBuilder.createMaterializedView(String viewName)
|
static CreateMaterializedViewStart |
SchemaBuilder.createMaterializedView(String keyspace,
String viewName)
|
Modifier and Type | Method and Description |
---|---|
CreateMaterializedViewStart |
CreateMaterializedViewStart.ifNotExists()
Adds IF NOT EXISTS to the create table specification.
|
Copyright © 2017–2020. All rights reserved.