public interface ProcedureResultProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called by GemFireXD when this statement is closed.
|
List<Object> |
getNextResultRow(int resultSetNumber)
Provide the next row for result set number resultSetNumber.
|
Object[] |
getOutParameters()
Provide the out parameters for this procedure to the client as an
Object[].
|
void |
init(ProcedureProcessorContext context)
Initialize this processor.
|
void init(ProcedureProcessorContext context)
Object[] getOutParameters() throws InterruptedException
InterruptedException - if interrupted while waiting to receive
data.List<Object> getNextResultRow(int resultSetNumber) throws InterruptedException
resultSetNumber - the 1-based result set number for the row being
requestedInterruptedException - if interrupted while waiting to receive
data.InterruptedException - if interrupted while waiting to receive
data.void close()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.