Class SingleRowReader

All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper
Direct Known Subclasses:
SQLInputFromTuple

public class SingleRowReader extends SingleRowResultSet
A single row, read-only ResultSet, specially made for functions and procedures that takes complex types as arguments (PostgreSQL 7.5 and later).
Author:
Thomas Hallgren