public interface ProcedureResultProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called by GemFireXD when this statement is closed.
|
java.util.List<java.lang.Object> |
getNextResultRow(int resultSetNumber)
Provide the next row for result set number resultSetNumber.
|
java.lang.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)
java.lang.Object[] getOutParameters()
throws java.lang.InterruptedException
java.lang.InterruptedException - if interrupted while waiting to receive
data.java.util.List<java.lang.Object> getNextResultRow(int resultSetNumber)
throws java.lang.InterruptedException
resultSetNumber - the 1-based result set number for the row being
requestedjava.lang.InterruptedException - if interrupted while waiting to receive
data.java.lang.InterruptedException - if interrupted while waiting to receive
data.void close()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.