| Package | Description | 
|---|---|
| com.datastax.dse.driver.api.querybuilder | This package effectively mirrors the Cassandra OSS Query Builder package to allow DSE extended
 schema and query building for the DSE driver. | 
| com.datastax.dse.driver.api.querybuilder.schema | This package effectively mirrors the Cassandra OSS Schema interfaces to allow extended schema and
 query building for the DSE driver. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CreateDseTableStart | DseSchemaBuilder. createDseTable(CqlIdentifier tableName)Starts a CREATE TABLE query with the given table name. | 
| static CreateDseTableStart | DseSchemaBuilder. createDseTable(CqlIdentifier keyspace,
              CqlIdentifier tableName)Starts a CREATE TABLE query with the given table name for the given keyspace name. | 
| static CreateDseTableStart | DseSchemaBuilder. createDseTable(String tableName)Shortcut for  createDseTable(CqlIdentifier.fromCql(tableName) | 
| static CreateDseTableStart | DseSchemaBuilder. createDseTable(String keyspace,
              String tableName) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateDseTableStart | CreateDseTableStart. ifNotExists()Adds IF NOT EXISTS to the create table specification. | 
Copyright © 2017–2020. All rights reserved.