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

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

Uses of ExecutionPlan in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal that return ExecutionPlan
static ExecutionPlan ExecutionPlan.prepare(String statement, Oid[] argTypes)
          Create an execution plan for a statement to be executed later using the internal SPI_prepare function.
 

Uses of ExecutionPlan in org.postgresql.pljava.jdbc
 

Methods in org.postgresql.pljava.jdbc with parameters of type ExecutionPlan
protected  boolean SPIStatement.executePlan(ExecutionPlan plan, Object[] paramValues)