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

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

Uses of Portal in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal that return Portal
 Portal ExecutionPlan.cursorOpen(String cursorName, Object[] parameters)
          Set up a cursor that will execute the plan using the internal SPI_cursor_open function
 

Uses of Portal in org.postgresql.pljava.jdbc
 

Methods in org.postgresql.pljava.jdbc that return Portal
protected  Portal SPIResultSet.getPortal()