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

R

ReadOnlyResultSet - class org.postgresql.pljava.jdbc.ReadOnlyResultSet.
The ReadOnlyResultSet implements all methods that changes the ResultSet in any way as methods that yield an UnsupportedFeatureException.
ReadOnlyResultSet() - Constructor for class org.postgresql.pljava.jdbc.ReadOnlyResultSet
 
Relation - class org.postgresql.pljava.internal.Relation.
The Relation correspons to the internal PostgreSQL Relation.
Relation() - Constructor for class org.postgresql.pljava.internal.Relation
 
ResultSetProvider - interface org.postgresql.pljava.ResultSetProvider.
An implementation of this interface is returned from functions and procedures that are declared to return SET OF a type.
read() - Method in class org.postgresql.pljava.jdbc.BlobValue
 
read(byte[]) - Method in class org.postgresql.pljava.jdbc.BlobValue
 
read(byte[], int, int) - Method in class org.postgresql.pljava.jdbc.BlobValue
 
read() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
read(char[]) - Method in class org.postgresql.pljava.jdbc.ClobValue
 
read(char[], int, int) - Method in class org.postgresql.pljava.jdbc.ClobValue
 
ready() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
refreshRow() - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
Refresh row is not yet implemented.
registerType(Class, Oid) - Static method in class org.postgresql.pljava.internal.Oid
A Type well known to PostgreSQL but not known as a standard XOPEN SQL type can be registered here.
relative(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positioning is not implemented yet.
relative(int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not supported.
releasePointer() - Method in class org.postgresql.pljava.internal.NativeStruct
Invalidates this structure without freeing up memory.
releaseSavepoint(Savepoint) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Savepoints are not yet supported.
remove(Connection) - Method in class org.postgresql.pljava.management.SQLDeploymentDescriptor
Executes the REMOVE actions.
removeJar(String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Removes the jar named jarName from the database jar repository.
replaceJar(String, String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Replaces the image of jar named jarName in the database jar repository.
reset() - Method in class org.postgresql.pljava.jdbc.BlobValue
 
reset() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
rollback() - Method in class org.postgresql.pljava.jdbc.SPIConnection
It's not legal to do a rollback within a call from SQL.
rollback(Savepoint) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Savepoints are not yet supported.
rowDeleted() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
Always returns false.
rowDeleted() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Will always return false.
rowInserted() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
Always returns false.
rowInserted() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Will always return false.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
Always returns false.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
Always returns false.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
Returns true if the row contains any non null values since all values of the row are null initially.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
Returns true if this row has been updated.

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