| Package | Description | 
|---|---|
| com.datastax.oss.driver.api.querybuilder.schema | 
| Modifier and Type | Method and Description | 
|---|---|
default CreateIndexOnTable | 
CreateIndexStart.onTable(CqlIdentifier table)
Indicates which table this index is on. 
 | 
CreateIndexOnTable | 
CreateIndexStart.onTable(CqlIdentifier keyspace,
       CqlIdentifier table)
Indicates which table this index is on. 
 | 
default CreateIndexOnTable | 
CreateIndexStart.onTable(String table)
Shortcut for  
onTable(CqlIdentifier.fromCql(table)). | 
default CreateIndexOnTable | 
CreateIndexStart.onTable(String keyspace,
       String table)
 | 
Copyright © 2017–2021. All rights reserved.