Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
static CreateIndex |
SchemaBuilder.createIndex(String indexName)
Start building a new CREATE INDEX statement.
|
CreateIndex |
CreateIndex.ifNotExists()
Add the 'IF NOT EXISTS' condition to this CREATE INDEX statement.
|
Copyright © 2012–2017. All rights reserved.