| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
AlterSchemaImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for the CREATE
SCHEMA statement which can be used to specify keyspace keys used for the
keyspace name. |
static class |
AlterSchemasImpl.WhereImpl
The
WhereImpl class defines a WHERE clause for the ALTER
SCHEMAS statement which can be used to specify keyspace key types used for
keyspace names. |
static class |
BatchImpl.OptionsImpl
The
OptionsImpl class defines the options of a BATCH statement. |
static class |
CreateIndexImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for the CREATE
INDEX statement which can be used to specify keyspace keys used for the
keyspace name. |
static class |
CreateKeyspaceImpl.OptionsImpl<T>
The
OptionsImpl class defines the options of a CREATE
KEYSPACE statement. |
static class |
CreateKeyspaceImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for the CREATE
KEYSPACE statement which can be used to specify keyspace keys used for the
keyspace name. |
static class |
CreateSchemaImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for the CREATE
SCHEMA statement which can be used to specify keyspace keys used for the
keyspace name. |
static class |
CreateSchemasImpl.WhereImpl
The
WhereImpl class defines a WHERE clause for the CREATE
SCHEMAS statement which can be used to specify keyspace key types used for
keyspace names. |
static class |
CreateTableImpl.OptionsImpl<T>
The
OptionsImpl class defines the options of an CREATE
TABLE statement. |
static class |
CreateTableImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for the CREATE
TABLE statement which can be used to specify keyspace keys used for the
keyspace name. |
static class |
CreateTypeImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for the CREATE
TYPE statement which can be used to specify keyspace keys used for the
keyspace name. |
static class |
DeleteImpl.ConditionsImpl<T>
Conditions for a DELETE statement.
|
static class |
DeleteImpl.OptionsImpl<T>
The
OptionsImpl class defines the options of a DELETE statement. |
static class |
DeleteImpl.WhereImpl<T>
The
WhereImpl class defines WHERE clause for a DELETE
statement. |
static class |
InsertImpl.OptionsImpl<T>
The
OptionsImpl class defines the options of an INSERT
statement. |
static class |
SelectImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for a SELECT
statement. |
static class |
TruncateImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for the TRUNCATE
statement which can be used to specify keyspace keys used for the
keyspace name. |
static class |
UpdateImpl.AssignmentsImpl<T>
The
AssignmentsImpl class defines the assignments of an UPDATE
statement. |
static class |
UpdateImpl.ConditionsImpl<T>
Conditions for an UDPATE statement.
|
static class |
UpdateImpl.OptionsImpl<T>
The
OptionsImpl class defines the options of an UPDATE statement. |
static class |
UpdateImpl.WhereImpl<T>
The
WhereImpl class defines a WHERE clause for an UPDATE statement. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.