pljava 1.0.0

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

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

Uses of SPITupleTable in org.postgresql.pljava.internal
 

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

Uses of SPITupleTable in org.postgresql.pljava.jdbc
 

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


pljava 1.0.0