Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
Modifier and Type | Class and Description |
---|---|
class |
AlterKeyspaceStatement |
class |
AlterTableStatement |
class |
AlterTypeStatement |
class |
AlterViewStatement |
static class |
BatchStatement.Parsed |
class |
CreateAggregateStatement
A
CREATE AGGREGATE statement parsed from a CQL query. |
class |
CreateFunctionStatement
A
CREATE FUNCTION statement parsed from a CQL query. |
class |
CreateIndexStatement
A
CREATE INDEX statement parsed from a CQL query. |
class |
CreateKeyspaceStatement
A
CREATE KEYSPACE statement parsed from a CQL query. |
class |
CreateTableStatement
A
CREATE TABLE parsed from a CQL query statement. |
static class |
CreateTableStatement.RawStatement |
class |
CreateTriggerStatement |
class |
CreateTypeStatement |
class |
CreateViewStatement |
static class |
DeleteStatement.Parsed |
class |
DropAggregateStatement
A
DROP AGGREGATE statement parsed from a CQL query. |
class |
DropFunctionStatement
A
DROP FUNCTION statement parsed from a CQL query. |
class |
DropIndexStatement |
class |
DropKeyspaceStatement |
class |
DropTableStatement |
class |
DropTriggerStatement |
class |
DropTypeStatement |
class |
DropViewStatement |
static class |
ModificationStatement.Parsed |
class |
SchemaAlteringStatement
Abstract class for statements that alter the schema.
|
static class |
SelectStatement.RawStatement |
class |
TruncateStatement |
static class |
UpdateStatement.ParsedInsert |
static class |
UpdateStatement.ParsedInsertJson
A parsed INSERT JSON statement.
|
static class |
UpdateStatement.ParsedUpdate |
Copyright © 2017 The Apache Software Foundation