public interface PreExecutionHook
QueryProcessor
. The CQLStatement
returned from the processStatement method is what is actually executed
by the QueryProcessor.Modifier and Type | Method and Description |
---|---|
CQLStatement |
processStatement(CQLStatement statement,
ExecutionContext context)
Perform pre-processing on a CQL statement prior to it being
executed by the QueryProcessor.
|
CQLStatement processStatement(CQLStatement statement, ExecutionContext context) throws RequestExecutionException, RequestValidationException
statement
- the statement to perform pre-processing oncontext
- execution context containing additional info
about the operation and statementRequestExecutionException,
- RequestValidationExceptionRequestExecutionException
RequestValidationException
Copyright © 2015 The Apache Software Foundation