public class CassandraQueryExecution extends Object implements ResultSetExecution
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
returnsArray |
| Constructor and Description |
|---|
CassandraQueryExecution(Command query,
CassandraConnection connection,
ExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
protected void |
execute(String cql) |
List<?> |
next() |
public CassandraQueryExecution(Command query, CassandraConnection connection, ExecutionContext context)
public void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionpublic void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionprotected void execute(String cql)
public List<?> next() throws TranslatorException, DataNotAvailableException
next in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.