pljava 1.0.0
A B C D E F G H I J L M N O P R S T U W

E

ELogFormatter - class org.postgresql.pljava.internal.ELogFormatter.
A default formatter for the ELogHandler.
ELogFormatter() - Constructor for class org.postgresql.pljava.internal.ELogFormatter
 
ELogHandler - class org.postgresql.pljava.internal.ELogHandler.
Provides access to the loggin mechanism of the PostgreSQL server.
ELogHandler() - Constructor for class org.postgresql.pljava.internal.ELogHandler
 
ERROR_ARGUMENT - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_CONNECT - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_COPY - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_CURSOR - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_NOATTRIBUTE - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_NOOUTFUNC - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_OPUNKNOWN - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_PARAM - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_TRANSACTION - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_TYPUNKNOWN - Static variable in class org.postgresql.pljava.internal.SPI
 
ERROR_UNCONNECTED - Static variable in class org.postgresql.pljava.internal.SPI
 
ExecutionPlan - class org.postgresql.pljava.internal.ExecutionPlan.
The ExecutionPlan correspons to the execution plan obtained using an internal PostgreSQL SPI_prepare call.
ExecutionPlan() - Constructor for class org.postgresql.pljava.internal.ExecutionPlan
 
equals(Object) - Method in class org.postgresql.pljava.internal.AclId
Returns equal if other is an AclId that is equal to this id.
equals(Object) - Method in class org.postgresql.pljava.internal.Oid
Checks to see if the other object is an Oid, and if so, if the native value of that Oid equals the native value of this Oid.
exec(String, int) - Static method in class org.postgresql.pljava.internal.SPI
Execute a command using the internal SPI_exec function.
execp(Object[], int) - Method in class org.postgresql.pljava.internal.ExecutionPlan
Execute the plan using the internal SPI_execp function.
execute() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
execute(String) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
The prepared statement cannot be used for executing oter statements.
execute(String) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
execute(String, int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
Return of auto generated keys is not yet supported.
execute(String, int[]) - Method in class org.postgresql.pljava.jdbc.SPIStatement
Return of auto generated keys is not yet supported.
execute(String, String[]) - Method in class org.postgresql.pljava.jdbc.SPIStatement
Return of auto generated keys is not yet supported.
executeBatch() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
executeBatchEntry(Object) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
executeBatchEntry(Object) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
executePlan(ExecutionPlan, Object[]) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
executeQuery() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
executeQuery(String) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
executeUpdate() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
executeUpdate(String) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
executeUpdate(String, int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
Return of auto generated keys is not yet supported.
executeUpdate(String, int[]) - Method in class org.postgresql.pljava.jdbc.SPIStatement
Return of auto generated keys is not yet supported.
executeUpdate(String, String[]) - Method in class org.postgresql.pljava.jdbc.SPIStatement
Return of auto generated keys is not yet supported.

pljava 1.0.0
A B C D E F G H I J L M N O P R S T U W