Package | Description |
---|---|
org.apache.cassandra.audit | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.cql3.statements.schema |
Modifier and Type | Method and Description |
---|---|
AuditLogEntry.Builder |
AuditLogEntry.Builder.setKeyspace(CQLStatement statement) |
AuditLogEntry.Builder |
AuditLogEntry.Builder.setKeyspace(QueryState queryState,
CQLStatement statement) |
AuditLogEntry.Builder |
AuditLogEntry.Builder.setScope(CQLStatement statement) |
Modifier and Type | Field and Description |
---|---|
CQLStatement |
QueryHandler.Prepared.statement |
Modifier and Type | Method and Description |
---|---|
static CQLStatement |
QueryProcessor.getStatement(java.lang.String queryStr,
ClientState clientState) |
static CQLStatement |
QueryProcessor.parseStatement(java.lang.String queryStr,
ClientState clientState) |
abstract CQLStatement |
CQLStatement.Raw.prepare(ClientState state) |
Modifier and Type | Method and Description |
---|---|
static ResultSet.ResultMetadata |
ResultSet.ResultMetadata.fromPrepared(CQLStatement statement) |
static ResultSet.PreparedMetadata |
ResultSet.PreparedMetadata.fromPrepared(CQLStatement statement) |
static QueryOptions |
QueryProcessor.makeInternalOptions(CQLStatement prepared,
java.lang.Object[] values) |
ResultMessage |
QueryProcessor.processPrepared(CQLStatement statement,
QueryState queryState,
QueryOptions options,
long queryStartNanoTime) |
ResultMessage |
CustomPayloadMirroringQueryHandler.processPrepared(CQLStatement statement,
QueryState state,
QueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
long queryStartNanoTime) |
ResultMessage |
QueryHandler.processPrepared(CQLStatement statement,
QueryState state,
QueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
long queryStartNanoTime) |
ResultMessage |
QueryProcessor.processPrepared(CQLStatement statement,
QueryState state,
QueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
long queryStartNanoTime) |
ResultMessage |
QueryProcessor.processStatement(CQLStatement statement,
QueryState queryState,
QueryOptions options,
long queryStartNanoTime) |
Constructor and Description |
---|
Prepared(CQLStatement statement) |
Prepared(CQLStatement statement,
java.lang.String rawCQLStatement) |
Modifier and Type | Class and Description |
---|---|
class |
AlterRoleStatement |
class |
AuthenticationStatement |
class |
AuthorizationStatement |
class |
BatchStatement
A
BATCH statement parsed from a CQL query. |
class |
CreateRoleStatement |
class |
DeleteStatement
A
DELETE parsed from a CQL query statement. |
class |
DropRoleStatement |
class |
GrantPermissionsStatement |
class |
GrantRoleStatement |
class |
ListPermissionsStatement |
class |
ListRolesStatement |
class |
ListUsersStatement |
class |
ModificationStatement |
class |
PermissionsManagementStatement |
class |
RevokePermissionsStatement |
class |
RevokeRoleStatement |
class |
RoleManagementStatement |
class |
SelectStatement
Encapsulates a completely parsed SELECT query, including the target
column family, expression, result count, and ordering clause.
|
class |
TruncateStatement |
class |
UpdateStatement
An
UPDATE statement parsed from a CQL query statement. |
class |
UseStatement |
Modifier and Type | Class and Description |
---|---|
class |
AlterKeyspaceStatement |
class |
AlterTableStatement |
static class |
AlterTableStatement.AlterColumn
ALTER TABLE ALTER
|
class |
AlterTypeStatement |
class |
AlterViewStatement |
class |
CreateAggregateStatement |
class |
CreateFunctionStatement |
class |
CreateIndexStatement |
class |
CreateKeyspaceStatement |
class |
CreateTableStatement |
class |
CreateTriggerStatement |
class |
CreateTypeStatement |
class |
CreateViewStatement |
class |
DropAggregateStatement |
class |
DropFunctionStatement |
class |
DropIndexStatement |
class |
DropKeyspaceStatement |
class |
DropTableStatement |
class |
DropTriggerStatement |
class |
DropTypeStatement |
class |
DropViewStatement |
Copyright © 2009-2019 The Apache Software Foundation