Uses of Class
org.postgresql.pljava.jdbc.ResultSetBase
-
Packages that use ResultSetBase Package Description org.postgresql.pljava.jdbc PL/Java's specialized JDBC implementation that interacts directly with the backend over SPI. -
-
Uses of ResultSetBase in org.postgresql.pljava.jdbc
Subclasses of ResultSetBase in org.postgresql.pljava.jdbc Modifier and Type Class Description class
SPIResultSet
A Read-only ResultSet that provides direct access to aPortal
.class
SyntheticResultSet
A Synthetic ResultSet that provides direct access to data stored in aArrayList
; chiefly used to return tabular information from...MetaData
objects.
-