A B C D E F G H I J K L M N O P Q R S T U V W Y _

I

IFNULL - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
IFS_RDLOCK - Static variable in class org.postgresql.pljava.internal.LargeObject
Flag returned by LargeObject.create(int) and LargeObject.open(org.postgresql.pljava.internal.Oid, int)
IFS_WRLOCK - Static variable in class org.postgresql.pljava.internal.LargeObject
Flag returned by LargeObject.create(int) and LargeObject.open(org.postgresql.pljava.internal.Oid, int)
init() - Static method in class org.postgresql.pljava.internal.ELogHandler
 
initdb() - Method in class org.postgresql.pljava.test.TestPLJava
 
initializeSQLJSchema() - Method in class org.postgresql.pljava.deploy.Deployer
 
initJavaHandlers() - Method in class org.postgresql.pljava.deploy.Deployer
 
INSERT - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.SingleRowResultSet
This feature is not supported.
insertRow() - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
This feature is not supported on a ReadOnlyResultSet.
insertsAreDetected(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
insertUsername(TriggerData) - Static method in class org.postgresql.pljava.example.Triggers
insert user name in response to a trigger.
install(Connection) - Method in class org.postgresql.pljava.management.SQLDeploymentDescriptor
Executes the INSTALL actions.
installJar(byte[], String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Installs a new Jar in the database jar repository under name jarName.
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.
INT2 - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
INT4 - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
INT8 - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
internalAddBatch(Object) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
intValue() - Method in class org.postgresql.pljava.internal.AclId
Returns the integer value of this id.
intValue() - Method in class org.postgresql.pljava.internal.Oid
 
INV_READ - Static variable in class org.postgresql.pljava.internal.LargeObject
Read mode flag to be passed to LargeObject.create(int) and LargeObject.open(org.postgresql.pljava.internal.Oid, int)
INV_WRITE - Static variable in class org.postgresql.pljava.internal.LargeObject
Write mode flag to be passed to LargeObject.create(int) and LargeObject.open(org.postgresql.pljava.internal.Oid, int)
INVALID - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
INVALID_SQL_STATEMENT_NAME - Static variable in exception org.postgresql.pljava.jdbc.StatementClosedException
 
Invocation - Class in org.postgresql.pljava.jdbc
 
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.
isAutoIncrement(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
isAutoIncrement(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
isAutoIncrement(int) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
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.
isCaseSensitive(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
isClosed() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Will always return false.
isCurrency(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether the designated column is a cash value.
isCursorPlan() - Method in class org.postgresql.pljava.internal.ExecutionPlan
Checks if this ExecutionPlan can create a Portal using ExecutionPlan.cursorOpen(java.lang.String, java.lang.Object[]).
isDefinitelyWritable(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isDeploy() - Method in class org.postgresql.pljava.tasks.JarLoaderTask
 
isEmpty() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
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.
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.
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.
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.
isFiredByDelete() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by a DELETE.
isFiredByDelete() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by a DELETE.
isFiredByInsert() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by an INSERT.
isFiredByInsert() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by an INSERT.
isFiredByUpdate() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by an UPDATE.
isFiredByUpdate() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by an UPDATE.
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).
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).
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).
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).
isFirst() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns true.
isLast() - 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.SyntheticResultSet
 
isNullable(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates the nullability of values in the designated column.
isNullable(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
isOutputToClient() - Method in class org.postgresql.pljava.internal.ErrorData
Returns true if the error will be reported to the client
isOutputToServer() - Method in class org.postgresql.pljava.internal.ErrorData
Returns true if the error will be reported to the server log
isPosOverflow() - Method in class org.postgresql.pljava.internal.Portal
Returns the value of the posOverflow attribute.
isReadOnly(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether the designated column is definitely not writable.
isReadOnly() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns false.
isReadOnly() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
isReleaseLingeringSavepoints() - Static method in class org.postgresql.pljava.internal.Backend
Returns the value of the GUC custom variable pljava.release_lingering_savepoints.
isReload() - Method in class org.postgresql.pljava.tasks.JarLoaderTask
 
isSearchable(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isShowFuncname() - Method in class org.postgresql.pljava.internal.ErrorData
Returns true if funcname inclusion is set
isSigned(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isSigned(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
isSuperuser() - Method in class org.postgresql.pljava.internal.AclId
Returns true if this AclId represents a super user.
isValid() - Method in class org.postgresql.pljava.internal.Portal
Checks if the portal is still active.
isWindows() - Static method in class org.postgresql.pljava.test.Environment
 
isWritable(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.

A B C D E F G H I J K L M N O P Q R S T U V W Y _