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

I

INVALID_SQL_STATEMENT_NAME - Static variable in class org.postgresql.pljava.jdbc.StatementClosedException
 
initJavaHandler(boolean) - Method in class org.postgresql.pljava.deploy.Deployer
 
initializeSQLJSchema() - Method in class org.postgresql.pljava.deploy.Deployer
 
insertRow() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This feature is not supported on a ReadOnlyResultSet.
insertRow() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
This feature is not supported on a ReadOnlyResultSet.
insertRow() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
This feature is not supported.
install(Connection) - Method in class org.postgresql.pljava.management.SQLDeploymentDescriptor
Executes the INSTALL actions.
installJar(String, String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Installs a new Jar in the database jar repository under name jarName.
internalAddBatch(Object) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
invalidate() - Method in class org.postgresql.pljava.internal.ExecutionPlan
Invalidates this structure and frees up memory using the internal function SPI_freeplan
invalidate() - Method in class org.postgresql.pljava.internal.NativeStruct
Invalidates this structure and frees up memory allocated for this structure (if any).
invalidate() - Method in class org.postgresql.pljava.internal.Portal
Invalidates this structure and frees up memory using the internal function SPI_cursor_close
invalidate() - Method in class org.postgresql.pljava.internal.SPITupleTable
Invalidates this structure and call the internal function SPI_freetuptable to free up memory.
isAfterLast() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
isAfterLast() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns false.
isAtEnd() - Method in class org.postgresql.pljava.internal.Portal
Returns the value of the atEnd attribute.
isAtStart() - Method in class org.postgresql.pljava.internal.Portal
Returns the value of the atStart attribute.
isBeforeFirst() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
isBeforeFirst() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Will always return false since a SingleRowWriter starts on the one and only row.
isCallingJava() - Static method in class org.postgresql.pljava.internal.Backend
Returns true if the backend is awaiting a return from a call into the JVM.
isClosed() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Will always return false.
isCursorPlan() - Method in class org.postgresql.pljava.internal.ExecutionPlan
Returns true if this ExecutionPlan can create a Portal using ExecutionPlan.cursorOpen(java.lang.String, java.lang.Object[]).
isFiredAfter() - Method in interface org.postgresql.pljava.TriggerData
Returns true if the trigger was fired after the statement or row action that it is associated with.
isFiredAfter() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if the trigger was fired after the statement or row action that it is associated with.
isFiredBefore() - Method in interface org.postgresql.pljava.TriggerData
Returns true if the trigger was fired before the statement or row action that it is associated with.
isFiredBefore() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if the trigger was fired before the statement or row action that it is associated with.
isFiredByDelete() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by a DELETE.
isFiredByDelete() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by a DELETE.
isFiredByInsert() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by an INSERT.
isFiredByInsert() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by an INSERT.
isFiredByUpdate() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by an UPDATE.
isFiredByUpdate() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by an UPDATE.
isFiredForEachRow() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger is fired once for each row (as opposed to once for the entire statement).
isFiredForEachRow() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger is fired once for each row (as opposed to once for the entire statement).
isFiredForStatement() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger is fired once for the entire statement (as opposed to once for each row).
isFiredForStatement() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger is fired once for the entire statement (as opposed to once for each row).
isFirst() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
isFirst() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns true.
isLast() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
isLast() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns true.
isNullable(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
isPosOverflow() - Method in class org.postgresql.pljava.internal.Portal
Returns the value of the posOverflow attribute.
isReadOnly() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns false.
isSigned(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
isValid() - Method in class org.postgresql.pljava.internal.NativeStruct
Returns true if native structure pointer is still valid.

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