public class CouchbaseProcedureExecution extends CouchbaseExecution implements ProcedureExecution
connection, executionContext, executionFactory, metadata| Modifier | Constructor and Description |
|---|---|
protected |
CouchbaseProcedureExecution(CouchbaseExecutionFactory executionFactory,
Call call,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CouchbaseConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
List<?> |
getOutputParameterValues() |
List<?> |
next() |
protected CouchbaseProcedureExecution(CouchbaseExecutionFactory executionFactory, Call call, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
public void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
next in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
getOutputParameterValues in interface ProcedureExecutionTranslatorExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionCopyright © 2019. All rights reserved.