Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static CQLStatement |
QueryProcessor.getPrepared(java.lang.Integer id) |
static CQLStatement |
QueryProcessor.getPrepared(MD5Digest id) |
Modifier and Type | Method and Description |
---|---|
static ResultMessage |
QueryProcessor.processPrepared(CQLStatement statement,
ConsistencyLevel cl,
QueryState queryState,
java.util.List<java.nio.ByteBuffer> variables) |
Modifier and Type | Class and Description |
---|---|
class |
AlterKeyspaceStatement |
class |
AlterTableStatement |
class |
AlterUserStatement |
class |
AuthenticationStatement |
class |
AuthorizationStatement |
class |
BatchStatement
A
BATCH statement parsed from a CQL query. |
class |
CreateColumnFamilyStatement
A
CREATE COLUMNFAMILY parsed from a CQL query statement. |
class |
CreateIndexStatement
A
CREATE INDEX statement parsed from a CQL query. |
class |
CreateKeyspaceStatement
A
CREATE KEYSPACE statement parsed from a CQL query. |
class |
CreateUserStatement |
class |
DeleteStatement
A
DELETE parsed from a CQL query statement. |
class |
DropColumnFamilyStatement |
class |
DropIndexStatement |
class |
DropKeyspaceStatement |
class |
DropUserStatement |
class |
GrantStatement |
class |
ListPermissionsStatement |
class |
ListUsersStatement |
class |
ModificationStatement
Abstract class for statements that apply on a given column family.
|
class |
PermissionAlteringStatement |
class |
RevokeStatement |
class |
SchemaAlteringStatement
Abstract class for statements that alter the schema.
|
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 | Field and Description |
---|---|
CQLStatement |
ParsedStatement.Prepared.statement |
Constructor and Description |
---|
ParsedStatement.Prepared(CQLStatement statement) |
ParsedStatement.Prepared(CQLStatement statement,
java.util.List<ColumnSpecification> boundNames) |
Copyright © 2013 The Apache Software Foundation