Interface Output

All Known Subinterfaces:
ResultSetOutput<T>, UpdateCountOutput

public interface Output
Common contract for individual outputs which can be either results or update counts.
API Note:
Although any of the asResultSetOutput() forms may be called multiple times, care should be taken to ensure that the same expected mapping is used each time.