Package | Description |
---|---|
com.datastax.dse.driver.api.querybuilder |
This package effectively mirrors the Cassandra OSS Query Builder package to allow DSE extended
schema and query building for the DSE driver.
|
Modifier and Type | Method and Description |
---|---|
static AlterDseTableStart |
DseSchemaBuilder.alterDseTable(CqlIdentifier tableName)
Starts an ALTER TABLE query with the given table name.
|
static AlterDseTableStart |
DseSchemaBuilder.alterDseTable(CqlIdentifier keyspace,
CqlIdentifier tableName)
Starts an ALTER TABLE query with the given table name for the given keyspace name.
|
static AlterDseTableStart |
DseSchemaBuilder.alterDseTable(String tableName)
Shortcut for
alterDseTable(CqlIdentifier.fromCql(tableName) |
static AlterDseTableStart |
DseSchemaBuilder.alterDseTable(String keyspace,
String tableName)
|
Copyright © 2017–2020. All rights reserved.