public class OlapQueryExecution extends Object implements ProcedureExecution
| Modifier and Type | Field and Description |
|---|---|
protected Command |
command |
protected org.olap4j.OlapConnection |
connection |
protected ExecutionContext |
context |
protected OlapExecutionFactory |
executionFactory |
| Constructor and Description |
|---|
OlapQueryExecution(List<Argument> arguments,
Command command,
org.olap4j.OlapConnection connection,
ExecutionContext context,
OlapExecutionFactory executionFactory,
String mdxQuery,
boolean returnsArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
List<?> |
getOutputParameterValues() |
List<?> |
next() |
protected Command command
protected org.olap4j.OlapConnection connection
protected ExecutionContext context
protected OlapExecutionFactory executionFactory
public OlapQueryExecution(List<Argument> arguments, Command command, org.olap4j.OlapConnection connection, ExecutionContext context, OlapExecutionFactory executionFactory, String mdxQuery, boolean returnsArray)
public void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException
next in interface ResultSetExecutionTranslatorExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
getOutputParameterValues in interface ProcedureExecutionTranslatorExceptionCopyright © 2020. All rights reserved.