Uses of Class
org.postgresql.pljava.internal.TupleTable
Packages that use TupleTable
Package
Description
Java classes implementing core PL/Java behavior.
PL/Java's specialized JDBC implementation that interacts directly with the
backend over SPI.
-
Uses of TupleTable in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return TupleTableModifier and TypeMethodDescriptionstatic TupleTable
SPI.getTupTable
(TupleDesc known) Returns the value of the global variableSPI_tuptable
. -
Uses of TupleTable in org.postgresql.pljava.jdbc
Methods in org.postgresql.pljava.jdbc that return TupleTableModifier and TypeMethodDescriptionprotected final TupleTable
SPIResultSet.getTupleTable()
Get a(nother) table ofResultSetBase.getFetchSize()
rows from thePortal
.