Package | Description |
---|---|
org.apache.cassandra.cql3.hooks |
Modifier and Type | Method and Description |
---|---|
void |
PostExecutionHook.processStatement(CQLStatement statement,
ExecutionContext context)
Perform post-processing on a CQL statement directly after
it being executed by the QueryProcessor.
|
CQLStatement |
PreExecutionHook.processStatement(CQLStatement statement,
ExecutionContext context)
Perform pre-processing on a CQL statement prior to it being
executed by the QueryProcessor.
|
Copyright © 2014 The Apache Software Foundation