Uses of Class
org.postgresql.pljava.jdbc.SingleRowReader
-
Packages that use SingleRowReader Package Description org.postgresql.pljava.jdbc 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.jdbc Modifier and Type Class Description class
SQLInputFromTuple
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.
-