public class CassandraDirectQueryExecution extends CassandraQueryExecution implements ProcedureExecution
returnsArray| Constructor and Description |
|---|
CassandraDirectQueryExecution(String cql,
List<Argument> arguments,
Command command,
CassandraConnection connection,
ExecutionContext context,
boolean returnsArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the associated command.
|
List<?> |
getOutputParameterValues()
Get the output parameter values.
|
cancel, close, execute, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextpublic CassandraDirectQueryExecution(String cql, List<Argument> arguments, Command command, CassandraConnection connection, ExecutionContext context, boolean returnsArray)
public void execute()
throws TranslatorException
Executionexecute in interface Executionexecute in class CassandraQueryExecutionTranslatorExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
ProcedureExecutiongetOutputParameterValues in interface ProcedureExecutionTranslatorException - If an error occurs while retrieving the output valueCopyright © 2019. All rights reserved.