pljava 1.0.0

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(java.lang.String cursorName, java.lang.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()
           
 

Constructors in org.postgresql.pljava.jdbc with parameters of type Portal
SPIResultSet(java.sql.Statement statement, Portal portal, int maxRows)
           
 


pljava 1.0.0