pljava 1.0.0

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

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

Uses of TupleTableSlot in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal that return TupleTableSlot
 TupleTableSlot TupleTable.getSlot(int position)
          Returns the TupleTableSlot at the given index.
 

Uses of TupleTableSlot in org.postgresql.pljava.jdbc
 

Constructors in org.postgresql.pljava.jdbc with parameters of type TupleTableSlot
SingleRowReader(TupleTableSlot tableSlot)
           
 


pljava 1.0.0