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() |
List<?> |
getOutputParameterValues() |
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
execute in interface Executionexecute in class CassandraQueryExecutionTranslatorExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
getOutputParameterValues in interface ProcedureExecutionTranslatorExceptionCopyright © 2019. All rights reserved.