Uses of Class
org.postgresql.pljava.internal.TupleTable

Packages that use TupleTable
org.postgresql.pljava.internal   
org.postgresql.pljava.jdbc   
 

Uses of TupleTable in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal that return TupleTable
static TupleTable SPI.getTupTable(TupleDesc known)
          Returns the value of the global variable SPI_tuptable.
 

Uses of TupleTable in org.postgresql.pljava.jdbc
 

Methods in org.postgresql.pljava.jdbc that return TupleTable
protected  TupleTable SPIResultSet.getTupleTable()