Module org.postgresql.pljava
Package org.postgresql.pljava.model
Interface RegProcedure.Call.ResultInfo
- All Known Subinterfaces:
RegProcedure.Call.ResultInfo.ReturnSetInfo
- Enclosing interface:
RegProcedure.Call
public static interface RegProcedure.Call.ResultInfo
Common base of interfaces that can be returned by
Call.resultInfo()
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Supplied when the routine is being called with the expectation of a set (not just a single value or row) return.