| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterSchemaImpl<T>
The
AlterSchemaImpl class defines a ALTER SCHEMA statement. |
class |
AlterSchemasImpl
The
AlterSchemasImpl class provides support for a statement
which will create and/or alter all the required elements (keyspace, tables,
types, and indexes) to support the schema for a given package of POJOs. |
class |
CreateSchemaImpl<T>
The
CreateSchemaImpl class defines a CREATE SCHEMA statement. |
class |
CreateSchemasImpl
The
CreateSchemasImpl class provides support for a statement
which will create all the required elements (keyspace, tables, types, and
indexes) to support the schema for a given package of POJOs. |
class |
SequenceImpl
The
SequenceImpl class defines support for a statement that
can execute a set of statements in sequence returning the result set from
the last one only. |
| Constructor and Description |
|---|
SequenceStatementImpl(SequenceStatementImpl<R,F,T> sequence)
Instantiates a new
SequenceStatementImpl object. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.