Package | Description |
---|---|
org.mule.modules.cassandradb | |
org.mule.modules.cassandradb.api | |
org.mule.modules.cassandradb.utils.builders |
Modifier and Type | Method and Description |
---|---|
boolean |
CassandraDBConnector.addNewColumn(String table,
String keyspaceName,
AlterColumnInput input)
Adds a new column
|
boolean |
CassandraDBConnector.changeColumnType(String table,
String keyspaceName,
AlterColumnInput input)
Changes the type of a column - check compatibility here: CQL type compatibility
|
Modifier and Type | Method and Description |
---|---|
boolean |
CassandraClient.changeColumnType(String tableName,
String customKeyspaceName,
AlterColumnInput input) |
Modifier and Type | Method and Description |
---|---|
static com.datastax.driver.core.schemabuilder.SchemaStatement |
HelperStatements.changeColumnType(String tableName,
String keyspaceName,
AlterColumnInput input) |
Copyright © 2010–2019. All rights reserved.