| Package | Description |
|---|---|
| com.datastax.oss.driver.api.querybuilder |
| Modifier and Type | Method and Description |
|---|---|
static AlterTypeStart |
SchemaBuilder.alterType(com.datastax.oss.driver.api.core.CqlIdentifier typeName)
Starts an ALTER TYPE query with the given type name.
|
static AlterTypeStart |
SchemaBuilder.alterType(com.datastax.oss.driver.api.core.CqlIdentifier keyspace,
com.datastax.oss.driver.api.core.CqlIdentifier typeName)
Starts an ALTER TYPE query with the given type name for the given keyspace name.
|
static AlterTypeStart |
SchemaBuilder.alterType(String typeName)
Shortcut for
alterType(CqlIdentifier.fromCql(typeName) |
static AlterTypeStart |
SchemaBuilder.alterType(String keyspace,
String typeName)
|
Copyright © 2017–2022. All rights reserved.