Uses of Interface
org.apache.cassandra.cql3.CQLStatement
Packages that use CQLStatement
Package
Description
-
Uses of CQLStatement in org.apache.cassandra.audit
Methods in org.apache.cassandra.audit with parameters of type CQLStatementModifier and TypeMethodDescriptionvoidAuditLogManager.executeFailure(CQLStatement statement, String query, QueryOptions options, QueryState state, Exception cause) voidAuditLogManager.executeSuccess(CQLStatement statement, String query, QueryOptions options, QueryState state, long queryTime, Message.Response response) voidAuditLogManager.prepareFailure(CQLStatement stmt, String query, QueryState state, Exception cause) voidAuditLogManager.prepareSuccess(CQLStatement statement, String query, QueryState state, long queryTime, ResultMessage.Prepared response) voidAuditLogManager.queryFailure(CQLStatement stmt, String query, QueryOptions options, QueryState state, Exception cause) voidAuditLogManager.querySuccess(CQLStatement statement, String query, QueryOptions options, QueryState state, long queryTime, Message.Response response) AuditLogEntry.Builder.setKeyspace(CQLStatement statement) AuditLogEntry.Builder.setKeyspace(QueryState queryState, CQLStatement statement) AuditLogEntry.Builder.setScope(CQLStatement statement) Method parameters in org.apache.cassandra.audit with type arguments of type CQLStatementModifier and TypeMethodDescriptionvoidAuditLogManager.batchFailure(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, Exception cause) voidAuditLogManager.batchSuccess(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response) -
Uses of CQLStatement in org.apache.cassandra.cql3
Subinterfaces of CQLStatement in org.apache.cassandra.cql3Fields in org.apache.cassandra.cql3 declared as CQLStatementMethods in org.apache.cassandra.cql3 that return CQLStatementModifier and TypeMethodDescriptionstatic CQLStatementQueryProcessor.getStatement(String queryStr, ClientState clientState) CustomPayloadMirroringQueryHandler.parse(String query, QueryState state, QueryOptions options) QueryHandler.parse(String queryString, QueryState queryState, QueryOptions options) QueryProcessor.parse(String queryString, QueryState queryState, QueryOptions options) static CQLStatementQueryProcessor.parseStatement(String queryStr, ClientState clientState) abstract CQLStatementCQLStatement.Raw.prepare(ClientState state) Methods in org.apache.cassandra.cql3 with parameters of type CQLStatementModifier and TypeMethodDescriptiondefault voidQueryEvents.Listener.executeFailure(CQLStatement statement, String query, QueryOptions options, QueryState state, Exception cause) default voidQueryEvents.Listener.executeSuccess(CQLStatement statement, String query, QueryOptions options, QueryState state, long queryTime, Message.Response response) static ResultSet.PreparedMetadataResultSet.PreparedMetadata.fromPrepared(CQLStatement statement) static ResultSet.ResultMetadataResultSet.ResultMetadata.fromPrepared(CQLStatement statement) static QueryOptionsQueryProcessor.makeInternalOptions(CQLStatement prepared, Object[] values) static QueryOptionsQueryProcessor.makeInternalOptionsWithNowInSec(CQLStatement prepared, long nowInSec, Object[] values) voidQueryEvents.notifyExecuteSuccess(CQLStatement statement, String query, QueryOptions options, QueryState state, long queryTime, Message.Response response) voidQueryEvents.notifyPrepareFailure(CQLStatement statement, String query, QueryState state, Exception cause) voidQueryEvents.notifyQueryFailure(CQLStatement statement, String query, QueryOptions options, QueryState state, Exception cause) voidQueryEvents.notifyQuerySuccess(CQLStatement statement, String query, QueryOptions options, QueryState state, long queryTime, Message.Response response) default voidQueryEvents.Listener.prepareFailure(CQLStatement statement, String query, QueryState state, Exception cause) default voidQueryEvents.Listener.prepareSuccess(CQLStatement statement, String query, QueryState state, long queryTime, ResultMessage.Prepared response) CustomPayloadMirroringQueryHandler.process(CQLStatement statement, QueryState state, QueryOptions options, Map<String, ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) QueryHandler.process(CQLStatement statement, QueryState state, QueryOptions options, Map<String, ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) QueryProcessor.process(CQLStatement statement, QueryState state, QueryOptions options, Map<String, ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) QueryProcessor.process(CQLStatement prepared, QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime) CustomPayloadMirroringQueryHandler.processPrepared(CQLStatement statement, QueryState state, QueryOptions options, Map<String, ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) QueryHandler.processPrepared(CQLStatement statement, QueryState state, QueryOptions options, Map<String, ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) QueryProcessor.processPrepared(CQLStatement statement, QueryState state, QueryOptions options, Map<String, ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) QueryProcessor.processPrepared(CQLStatement statement, QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime) QueryProcessor.processStatement(CQLStatement statement, QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime) default voidQueryEvents.Listener.queryFailure(CQLStatement statement, String query, QueryOptions options, QueryState state, Exception cause) default voidQueryEvents.Listener.querySuccess(CQLStatement statement, String query, QueryOptions options, QueryState state, long queryTime, Message.Response response) Method parameters in org.apache.cassandra.cql3 with type arguments of type CQLStatementModifier and TypeMethodDescriptiondefault voidQueryEvents.Listener.batchFailure(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, Exception cause) default voidQueryEvents.Listener.batchSuccess(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response) voidQueryEvents.notifyBatchSuccess(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response) Constructors in org.apache.cassandra.cql3 with parameters of type CQLStatementModifierConstructorDescriptionPrepared(CQLStatement statement, String rawCQLStatement, boolean fullyQualified, String keyspace) -
Uses of CQLStatement in org.apache.cassandra.cql3.statements
Classes in org.apache.cassandra.cql3.statements that implement CQLStatementModifier and TypeClassDescriptionclassCqlsh statement to add identity into roles_to_identity table for storing authorized identities for mTLS connections.classclassclassclassABATCHstatement parsed from a CQL query.classclassADELETEparsed from a CQL query statement.classThe differentsDESCRIBEstatements parsed from a CQL statement.static classDescribeStatementimplementation used for describe queries for a single schema element.static final classDescribeStatementimplementation used for describe queries that only list elements names.classCqlsh statement to remove identity from identity_to_roles table.classclassclassclassclassclassclassclassclassclassclassclassEncapsulates a completely parsed SELECT query, including the target column family, expression, result count, and ordering clause.classclassAnUPDATEstatement parsed from a CQL query statement.classMethods in org.apache.cassandra.cql3.statements that return CQLStatementModifier and TypeMethodDescriptionfinal CQLStatementDescribeStatement.prepare(ClientState clientState) -
Uses of CQLStatement in org.apache.cassandra.cql3.statements.schema
Classes in org.apache.cassandra.cql3.statements.schema that implement CQLStatementModifier and TypeClassDescriptionfinal classclassclassstatic classALTER TABLE [IF EXISTS] <table> ALTER <column> TYPE <newtype>;No longer supported.static classALTER TABLE [IF EXISTS] <table> ALTER [IF EXISTS] <column> ( MASKED WITH <newMask> | DROP MASKED )classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of CQLStatement in org.apache.cassandra.fql
Methods in org.apache.cassandra.fql with parameters of type CQLStatementModifier and TypeMethodDescriptionvoidFullQueryLogger.executeSuccess(CQLStatement statement, String query, QueryOptions options, QueryState state, long queryTime, Message.Response response) voidFullQueryLogger.querySuccess(CQLStatement statement, String query, QueryOptions queryOptions, QueryState queryState, long queryTimeMillis, Message.Response response) Log a single CQL queryMethod parameters in org.apache.cassandra.fql with type arguments of type CQLStatementModifier and TypeMethodDescriptionvoidFullQueryLogger.batchSuccess(BatchStatement.Type type, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions queryOptions, QueryState queryState, long batchTimeMillis, Message.Response response) Log an invocation of a batch of queries