Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
static Alter |
SchemaBuilder.alterTable(String tableName)
Start building a new ALTER TABLE statement.
|
static Alter |
SchemaBuilder.alterTable(String keyspaceName,
String tableName)
Start building a new ALTER TABLE statement.
|
Copyright © 2012–2018. All rights reserved.