Package | Description |
---|---|
com.datastax.dse.driver.api.querybuilder.schema |
This package effectively mirrors the Cassandra OSS Schema interfaces to allow extended schema and
query building for the DSE driver.
|
Modifier and Type | Method and Description |
---|---|
AlterDseTableRenameColumnEnd |
AlterDseTableRenameColumn.renameColumn(CqlIdentifier from,
CqlIdentifier to)
Adds a column rename to ALTER TABLE specification.
|
default AlterDseTableRenameColumnEnd |
AlterDseTableRenameColumn.renameColumn(String from,
String to)
|
Copyright © 2017–2022. All rights reserved.