Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder |
Modifier and Type | Method and Description |
---|---|
static AlterMaterializedViewStart |
SchemaBuilder.alterMaterializedView(CqlIdentifier viewName)
Starts an ALTER MATERIALIZED VIEW query with the given view name.
|
static AlterMaterializedViewStart |
SchemaBuilder.alterMaterializedView(CqlIdentifier keyspace,
CqlIdentifier viewName)
Starts an ALTER MATERIALIZED VIEW query with the given view name for the given keyspace name.
|
static AlterMaterializedViewStart |
SchemaBuilder.alterMaterializedView(String viewName)
|
static AlterMaterializedViewStart |
SchemaBuilder.alterMaterializedView(String keyspace,
String viewName)
|
Copyright © 2017–2020. All rights reserved.