Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
CreateIndex.CreateIndexOn |
CreateIndex.onTable(String tableName)
Specify the table to create the index on.
|
CreateIndex.CreateIndexOn |
CreateIndex.onTable(String keyspaceName,
String tableName)
Specify the keyspace and table to create the index on.
|
Copyright © 2012–2020. All rights reserved.