public class CreateKeyspace extends Object
| Constructor and Description | 
|---|
| CreateKeyspace(String keyspaceName) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateKeyspace | ifNotExists() | 
| KeyspaceOptions | with()Add options for this CREATE KEYSPACE statement. | 
public CreateKeyspace(String keyspaceName)
public CreateKeyspace ifNotExists()
public KeyspaceOptions with()
Copyright © 2012–2019. All rights reserved.