| Package | Description | 
|---|---|
| com.datastax.driver.core.schemabuilder | 
 A CQL3 schema builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Create.Options | 
Create.Options.clusteringOrder(String columnName,
               SchemaBuilder.Direction direction)
Add a clustering order for this table. 
 | 
Create.Options | 
Create.Options.compactStorage()
Enable the compact storage option for the table. 
 | 
Create.Options | 
Create.withOptions()
Add options for this CREATE TABLE statement. 
 | 
Copyright © 2012–2019. All rights reserved.