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–2023. All rights reserved.