| 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(com.datastax.oss.driver.api.core.CqlIdentifier viewName)
Starts a CREATE MATERIALIZED VIEW query with the given view name.
|
static CreateMaterializedViewStart |
SchemaBuilder.createMaterializedView(com.datastax.oss.driver.api.core.CqlIdentifier keyspace,
com.datastax.oss.driver.api.core.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.