Class SQLInputFromTuple

All Implemented Interfaces:
AutoCloseable, ResultSet, SQLInput, Wrapper

public class SQLInputFromTuple extends SingleRowReader implements SQLInput
Implements the SQLInput interface for a user-defined type (UDT) implemented in Java, for the case where a composite type in PostgreSQL is used as the UDT's representation, so it can be accessed as a PG tuple.
Author:
Thomas Hallgren