Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.cql3.statements.schema |
Modifier and Type | Method and Description |
---|---|
static <T extends CQLStatement.Raw> |
QueryProcessor.parseStatement(java.lang.String queryStr,
java.lang.Class<T> klass,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
static CQLStatement.Raw |
QueryProcessor.parseStatement(java.lang.String queryStr) |
Modifier and Type | Class and Description |
---|---|
class |
AlterRoleStatement |
class |
AuthenticationStatement |
class |
AuthorizationStatement |
static class |
BatchStatement.Parsed |
class |
CreateRoleStatement |
static class |
DeleteStatement.Parsed |
class |
DescribeStatement<T>
The differents
DESCRIBE statements parsed from a CQL statement. |
static class |
DescribeStatement.Element
DescribeStatement implementation used for describe queries for a single schema element. |
static class |
DescribeStatement.Listing
DescribeStatement implementation used for describe queries that only list elements names. |
class |
DropRoleStatement |
class |
GrantPermissionsStatement |
class |
GrantRoleStatement |
class |
ListPermissionsStatement |
class |
ListRolesStatement |
class |
ListUsersStatement |
static class |
ModificationStatement.Parsed |
class |
PermissionsManagementStatement |
class |
QualifiedStatement
Abstract class for statements that work on sub-keyspace level (tables, views, indexes, functions, etc.)
|
class |
RevokePermissionsStatement |
class |
RevokeRoleStatement |
class |
RoleManagementStatement |
static class |
SelectStatement.RawStatement |
class |
TruncateStatement |
static class |
UpdateStatement.ParsedInsert |
static class |
UpdateStatement.ParsedInsertJson
A parsed INSERT JSON statement.
|
static class |
UpdateStatement.ParsedUpdate |
class |
UseStatement |
Modifier and Type | Class and Description |
---|---|
static class |
AlterKeyspaceStatement.Raw |
static class |
AlterTableStatement.Raw |
static class |
AlterTypeStatement.Raw |
static class |
AlterViewStatement.Raw |
static class |
CreateAggregateStatement.Raw |
static class |
CreateFunctionStatement.Raw |
static class |
CreateIndexStatement.Raw |
static class |
CreateKeyspaceStatement.Raw |
static class |
CreateTableStatement.Raw |
static class |
CreateTriggerStatement.Raw |
static class |
CreateTypeStatement.Raw |
static class |
CreateViewStatement.Raw |
static class |
DropAggregateStatement.Raw |
static class |
DropFunctionStatement.Raw |
static class |
DropIndexStatement.Raw |
static class |
DropKeyspaceStatement.Raw |
static class |
DropTableStatement.Raw |
static class |
DropTriggerStatement.Raw |
static class |
DropTypeStatement.Raw |
static class |
DropViewStatement.Raw |
Copyright © 2009-2020 The Apache Software Foundation