| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
WithOptionsImpl.CompactionWithImpl
The
CompactionWithImpl class defines the "COMPACTION"
option for the "CREATE TABLE" statement. |
static class |
WithOptionsImpl.ReplicationWithImpl
The
ReplicationWithImpl class defines the "REPLICATION"
option for the "CREATE KEYSPACE" statement. |
| Modifier and Type | Field and Description |
|---|---|
protected WithOptionsImpl |
CreateTableImpl.OptionsImpl.compaction
Holds the "COMPACTION" option for this statement.
|
protected WithOptionsImpl |
CreateKeyspaceImpl.OptionsImpl.replication
Holds the "REPLICATION" option for this statement.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<WithOptionsImpl> |
CreateTableImpl.OptionsImpl.options
Holds options for this statement.
|
protected List<WithOptionsImpl> |
CreateKeyspaceImpl.OptionsImpl.options
Holds options for this statement.
|
Copyright (C) 2015-2017 The Helenus Driver Project Authors.