Uses of Class
org.postgresql.pljava.jdbc.SingleRowReader
Packages that use SingleRowReader
Package
Description
PL/Java's specialized JDBC implementation that interacts directly with the
backend over SPI.
-
Uses of SingleRowReader in org.postgresql.pljava.jdbc
Subclasses of SingleRowReader in org.postgresql.pljava.jdbcModifier and TypeClassDescriptionclass
Implements theSQLInput
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.