| Interface | Description |
|---|---|
| IncomingResultSet |
An interface for retrieving rows as List<Object> from an incoming
result set.
|
| OutgoingResultSet |
An interface for constructing an outgoing result set by adding rows as
List<Object>.
|
| ProcedureExecutionContext |
A context object that can be passed into a PROCEDURE
by declaring it as an argument in the static method implementation.
|
| ProcedureProcessorContext |
Context object passed to a
ProcedureResultProcessor in its
init method. |
| ProcedureResultProcessor |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.