Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder |
Modifier and Type | Method and Description |
---|---|
static AlterTableStart |
SchemaBuilder.alterTable(CqlIdentifier tableName)
Starts an ALTER TABLE query with the given table name.
|
static AlterTableStart |
SchemaBuilder.alterTable(CqlIdentifier keyspace,
CqlIdentifier tableName)
Starts an ALTER TABLE query with the given table name for the given keyspace name.
|
static AlterTableStart |
SchemaBuilder.alterTable(String tableName)
Shortcut for
alterTable(CqlIdentifier.fromCql(tableName) |
static AlterTableStart |
SchemaBuilder.alterTable(String keyspace,
String tableName)
|
Copyright © 2017–2020. All rights reserved.