| Package | Description | 
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AlterKeyspaceStatement | 
| class  | AlterRoleStatement | 
| class  | AlterTableStatement | 
| class  | AlterTypeStatement | 
| class  | AlterViewStatement | 
| class  | AuthenticationStatement | 
| class  | AuthorizationStatement | 
| class  | BatchStatementA  BATCHstatement parsed from a CQL query. | 
| class  | CreateAggregateStatementA  CREATE AGGREGATEstatement parsed from a CQL query. | 
| class  | CreateFunctionStatementA  CREATE FUNCTIONstatement parsed from a CQL query. | 
| class  | CreateIndexStatementA  CREATE INDEXstatement parsed from a CQL query. | 
| class  | CreateKeyspaceStatementA  CREATE KEYSPACEstatement parsed from a CQL query. | 
| class  | CreateRoleStatement | 
| class  | CreateTableStatementA  CREATE TABLEparsed from a CQL query statement. | 
| class  | CreateTriggerStatement | 
| class  | CreateTypeStatement | 
| class  | CreateViewStatement | 
| class  | DeleteStatementA  DELETEparsed from a CQL query statement. | 
| class  | DropAggregateStatementA  DROP AGGREGATEstatement parsed from a CQL query. | 
| class  | DropFunctionStatementA  DROP FUNCTIONstatement parsed from a CQL query. | 
| class  | DropIndexStatement | 
| class  | DropKeyspaceStatement | 
| class  | DropRoleStatement | 
| class  | DropTableStatement | 
| class  | DropTriggerStatement | 
| class  | DropTypeStatement | 
| class  | DropViewStatement | 
| class  | GrantPermissionsStatement | 
| class  | GrantRoleStatement | 
| class  | ListPermissionsStatement | 
| class  | ListRolesStatement | 
| class  | ListUsersStatement | 
| class  | ModificationStatement | 
| class  | PermissionsManagementStatement | 
| class  | RevokePermissionsStatement | 
| class  | RevokeRoleStatement | 
| class  | RoleManagementStatement | 
| class  | SchemaAlteringStatementAbstract class for statements that alter the schema. | 
| class  | SelectStatementEncapsulates a completely parsed SELECT query, including the target
 column family, expression, result count, and ordering clause. | 
| class  | TruncateStatement | 
| class  | UpdateStatementAn  UPDATEstatement parsed from a CQL query statement. | 
| class  | UseStatement | 
| Modifier and Type | Field and Description | 
|---|---|
| CQLStatement | ParsedStatement.Prepared. statement | 
| Constructor and Description | 
|---|
| Prepared(CQLStatement statement) | 
| Prepared(CQLStatement statement,
        java.util.List<ColumnSpecification> boundNames,
        short[] partitionKeyBindIndexes) | 
| Prepared(CQLStatement statement,
        VariableSpecifications names,
        short[] partitionKeyBindIndexes) | 
Copyright © 2018 The Apache Software Foundation