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

A

AbstractResultSet - class org.postgresql.pljava.jdbc.AbstractResultSet.
The AbstractResultSet serves as a base class for implementations of theResultSet interface.
AbstractResultSet() - Constructor for class org.postgresql.pljava.jdbc.AbstractResultSet
 
AclId - class org.postgresql.pljava.internal.AclId.
The AclId correspons to the internal PostgreSQL AclId.
AclId(int) - Constructor for class org.postgresql.pljava.internal.AclId
Called from native code.
abort() - Method in class org.postgresql.pljava.internal.TransactionalMap
Undo all changes made since the map was created or since last commit or abort.
absolute(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positioning is not implemented yet.
absolute(int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not supported.
acceptsURL(String) - Method in class org.postgresql.pljava.jdbc.SPIDriver
 
addBatch() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
addBatch(String) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
The prepared statement cannot have other statements added too it.
addBatch(String) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
addClassImages(Connection, int, String) - Static method in class org.postgresql.pljava.management.Commands
 
addTransactionListener(TransactionListener) - Method in class org.postgresql.pljava.internal.Session
Adds the specified listener to the list of listeners that will receive transactional events.
afterAbort(TransactionEvent) - Method in interface org.postgresql.pljava.internal.TransactionListener
 
afterCommit(TransactionEvent) - Method in interface org.postgresql.pljava.internal.TransactionListener
 
afterLast() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positoning is not implemented yet.
afterLast() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positoning is not implemented.
assertJarName(String) - Static method in class org.postgresql.pljava.management.Commands
Throws an exception if the given name cannot be used as the name of a jar.
assignRowValues(ResultSet, int) - Method in interface org.postgresql.pljava.ResultSetProvider
This method is called once for each row that should be returned from a procedure that returns a set of rows.
available() - Method in class org.postgresql.pljava.jdbc.BlobValue
 

B

Backend - class org.postgresql.pljava.internal.Backend.
Provides access to some useful routines in the PostgreSQL server.
Backend() - Constructor for class org.postgresql.pljava.internal.Backend
 
BlobValue - class org.postgresql.pljava.jdbc.BlobValue.
 
BlobValue(byte[]) - Constructor for class org.postgresql.pljava.jdbc.BlobValue
 
BlobValue(InputStream, long) - Constructor for class org.postgresql.pljava.jdbc.BlobValue
 
beforeFirst() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positoning is not implemented yet.
beforeFirst() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positoning is not implemented.

C

ClobValue - class org.postgresql.pljava.jdbc.ClobValue.
 
ClobValue(String) - Constructor for class org.postgresql.pljava.jdbc.ClobValue
 
ClobValue(Reader, long) - Constructor for class org.postgresql.pljava.jdbc.ClobValue
 
Commands - class org.postgresql.pljava.management.Commands.
This methods of this class are implementations of SQLJ commands.
Commands() - Constructor for class org.postgresql.pljava.management.Commands
 
cancel() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
cancelRowUpdates() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This feature is not supported on a ReadOnlyResultSet.
cancelRowUpdates() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
This feature is not supported on a ReadOnlyResultSet.
cancelRowUpdates() - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
 
cancelRowUpdates() - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
This feature is not supported on a ReadOnlyResultSet.
cancelRowUpdates() - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
Cancel all changes made to the Tuple.
clear() - Method in class org.postgresql.pljava.internal.TransactionalMap
Clear this map (an anti-object is inserted for each entry present in the backed map).
clearBatch() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
clearParameters() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
clearWarnings() - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
This is a noop since warnings are not supported.
clearWarnings() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Warnings are not yet supported.
clearWarnings() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
close() - Method in class org.postgresql.pljava.internal.ELogHandler
This is a no-op.
close() - Method in class org.postgresql.pljava.internal.ExecutionPlan
Close the plan.
close() - Method in class org.postgresql.pljava.internal.LargeObject
 
close() - Method in class org.postgresql.pljava.internal.Portal
Performs an SPI_cursor_close.
close() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
close() - Method in class org.postgresql.pljava.jdbc.SPIConnection
This is a no-op.
close() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
close() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
close() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
close() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cancels all changes but doesn't really close the set.
commit() - Method in class org.postgresql.pljava.internal.TransactionalMap
Commit all changes made since the map was created or since last commit or abort.
commit() - Method in class org.postgresql.pljava.jdbc.SPIConnection
It's not legal to do a commit within a call from SQL.
connect(String, Properties) - Method in class org.postgresql.pljava.jdbc.SPIDriver
 
containsKey(Object) - Method in class org.postgresql.pljava.internal.TransactionalMap
 
containsValue(Object) - Method in class org.postgresql.pljava.internal.TransactionalMap
 
create(int) - Static method in class org.postgresql.pljava.internal.LargeObject
 
createStatement() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Creates a new instance of SPIStatement.
createStatement(int, int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Creates a new instance of SPIStatement.
createStatement(int, int, int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Creates a new instance of SPIStatement.
current() - Static method in class org.postgresql.pljava.SessionManager
Returns the current session.
current() - Static method in class org.postgresql.pljava.jdbc.Invocation
 
cursorOpen(String, Object[]) - Method in class org.postgresql.pljava.internal.ExecutionPlan
Set up a cursor that will execute the plan using the internal SPI_cursor_open function

D

deleteRow() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This feature is not supported on a ReadOnlyResultSet.
deleteRow() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
This feature is not supported on a ReadOnlyResultSet.
deleteRow() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
This feature is not supported.
deleteRow() - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
This feature is not supported on a ReadOnlyResultSet.
deployInstall(Connection, int) - Static method in class org.postgresql.pljava.management.Commands
 
deployRemove(Connection, int) - Static method in class org.postgresql.pljava.management.Commands
 
drop(Oid) - Static method in class org.postgresql.pljava.internal.LargeObject
 

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
 
EOXactListener - interface org.postgresql.pljava.internal.EOXactListener.
Interface implemented by internal classes that wishes to listen to the PostgreSQL EOXact event.
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
 
ErrorData - class org.postgresql.pljava.internal.ErrorData.
The ErrorData correspons to the ErrorData obtained using an internal PostgreSQL CopyErrorData call.
ErrorData() - Constructor for class org.postgresql.pljava.internal.ErrorData
 
ExecutionPlan - class org.postgresql.pljava.internal.ExecutionPlan.
The ExecutionPlan correspons to the execution plan obtained using an internal PostgreSQL SPI_prepare call.
entrySet() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
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.
execute(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.
executeAsSessionUser(Connection, String) - Method in interface org.postgresql.pljava.Session
Execute a statement as a session user rather then the effective user.
executeAsSessionUser(Connection, String) - Method in class org.postgresql.pljava.internal.Session
 
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.

F

FEATURE_NOT_SUPPORTED_EXCEPTION - Static variable in class org.postgresql.pljava.jdbc.UnsupportedFeatureException
 
fetch(boolean, int) - Method in class org.postgresql.pljava.internal.Portal
Performs an SPI_cursor_fetch.
findClass(String) - Method in class org.postgresql.pljava.sqlj.Loader
 
findColumn(String) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
findColumn(String) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
 
findResource(String) - Method in class org.postgresql.pljava.sqlj.Loader
 
findResources(String) - Method in class org.postgresql.pljava.sqlj.Loader
 
first() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positioning is not implemented yet.
first() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not implemented.
flush() - Method in class org.postgresql.pljava.internal.ELogHandler
This is a no-op.
forJavaClass(Class) - Static method in class org.postgresql.pljava.internal.Oid
Finds the PostgreSQL well known Oid for the given class.
forSqlType(int) - Static method in class org.postgresql.pljava.internal.Oid
Finds the PostgreSQL well known Oid for the XOPEN Sql type.
formTuple(Object[]) - Method in class org.postgresql.pljava.internal.TupleDesc
Creates a Tuple that is described by this descriptor and initialized with the supplied values.
format(LogRecord) - Method in class org.postgresql.pljava.internal.ELogFormatter
Format the given LogRecord.

G

get(Object) - Method in class org.postgresql.pljava.internal.TransactionalMap
 
getArguments() - Method in interface org.postgresql.pljava.TriggerData
Returns the arguments for this trigger (as declared in the CREATE TRIGGER statement.
getArguments() - Method in class org.postgresql.pljava.internal.TriggerData
Returns the arguments for this trigger (as declared in the CREATE TRIGGER statement.
getArray(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getArray(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getAsciiStream(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getAsciiStream() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
getAsciiStream(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getAttribute(String) - Method in interface org.postgresql.pljava.Session
Obtain an attribute from the current session.
getAttribute(String) - Method in class org.postgresql.pljava.internal.Session
 
getAutoCommit() - Method in class org.postgresql.pljava.jdbc.SPIConnection
It is assumed that an SPI call is under transaction control.
getBigDecimal(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getBigDecimal(String, int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
Deprecated.  
getBigDecimal(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getBigDecimal(int, int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
Deprecated.  
getBinaryStream(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getBinaryStream() - Method in class org.postgresql.pljava.jdbc.BlobValue
 
getBinaryStream(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getBlob(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getBlob(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getBoolean(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getBoolean(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getByte(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getByte(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getBytes(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getBytes(long, int) - Method in class org.postgresql.pljava.jdbc.BlobValue
 
getBytes(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getCatalog() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns null.
getChangeIndexesAndValues() - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
Return a 2 element array describing the changes that has been made to the contained Tuple.
getCharacterStream(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getCharacterStream() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
getCharacterStream(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getClassPath(String) - Static method in class org.postgresql.pljava.management.Commands
Return the classpath that has been defined for the schema named schemaName This method is exposed in SQL as sqlj.get_classpath(VARCHAR).
getClob(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getClob(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getColumnIndex(String) - Method in class org.postgresql.pljava.internal.TupleDesc
Returns the index of the column named colName.
getColumnName(int) - Method in class org.postgresql.pljava.internal.TupleDesc
Returns the name of the column at index.
getConcurrency() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
Returns ResultSet.CONCUR_READ_ONLY.
getConcurrency() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
Returns ResultSet.CONCUR_READ_ONLY.
getConcurrency() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
 
getConcurrency() - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
Returns ResultSet.CONCUR_READ_ONLY.
getConcurrency() - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
Returns the concurrency for this ResultSet.
getConfigOption(String) - Static method in class org.postgresql.pljava.internal.Backend
Returns the configuration option as read from the Global Unified Config package (GUC).
getConnection() - Method in class org.postgresql.pljava.jdbc.SPIStatement
Returns the Connection from that created this statement.
getContextMessage() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the context message
getCount() - Method in class org.postgresql.pljava.internal.SPITupleTable
Returns the number of Tuple instances contained in this table.
getCount() - Method in class org.postgresql.pljava.internal.TupleTable
Returns the number of TupleTableSlots contained in this TupleTable.
getCurrentRow() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getCursorName() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getCursorName() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns null.
getCursorPos() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the cursor index into the query string
getDate(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getDate(String, Calendar) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getDate(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getDate(int, Calendar) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getDefault() - Static method in class org.postgresql.pljava.jdbc.SPIConnection
Returns a default connection instance.
getDeploymentDescriptor(Connection, int) - Static method in class org.postgresql.pljava.management.Commands
 
getDetail() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the detailed error message
getDouble(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getDouble(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getEntryIterator() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
getErrorData() - Method in class org.postgresql.pljava.internal.ServerException
 
getErrorLevel() - Method in class org.postgresql.pljava.internal.ErrorData
Returns The error level
getFetchDirection() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getFetchDirection() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getFetchDirection() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
 
getFetchSize() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getFetchSize() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getFetchSize() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
 
getFilename() - Method in class org.postgresql.pljava.internal.ErrorData
Returns The file where the error occured
getFloat(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getFloat(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getFuncname() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the name of the function where the error occured
getGeneratedKeys() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getHint() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the hint message
getHoldability() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns ResultSet.CLOSE_CURSORS_AT_COMMIT.
getId() - Method in class org.postgresql.pljava.internal.LargeObject
 
getInt(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getInt(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getInternalPos() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the cursor index into internal query
getInternalQuery() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the internally-generated query
getJarId(Connection, String) - Static method in class org.postgresql.pljava.management.Commands
Returns the primary key identifier for the given Jar.
getJarId(PreparedStatement, String) - Static method in class org.postgresql.pljava.management.Commands
 
getKey() - Method in class org.postgresql.pljava.internal.TransactionalMap.BackedEntry
 
getKeyIterator() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
getLineno() - Method in class org.postgresql.pljava.internal.ErrorData
Returns The line where the error occured
getLong(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getLong(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getMajorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDriver
 
getMaxFieldSize() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getMaxRows() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getMessage() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the primary error message
getMetaData() - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
ResultSetMetaData is not yet supported.
getMetaData() - Method in class org.postgresql.pljava.jdbc.SPIConnection
DatabaseMetaData is not yet supported.
getMetaData() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
ResultSetMetaData is not yet supported.
getMinorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDriver
 
getMoreResults() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getMoreResults(int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getName() - Method in interface org.postgresql.pljava.TriggerData
Returns the name of the trigger (as declared in the CREATE TRIGGER statement).
getName() - Method in class org.postgresql.pljava.internal.AclId
Return the name that corresponds to this id.
getName() - Method in class org.postgresql.pljava.internal.Portal
Returns the name of this Portal.
getName() - Method in class org.postgresql.pljava.internal.Relation
Returns the name of this Relation.
getName() - Method in class org.postgresql.pljava.internal.Savepoint
 
getName() - Method in class org.postgresql.pljava.internal.TriggerData
Returns the name of the trigger (as declared in the CREATE TRIGGER statement).
getNative() - Method in class org.postgresql.pljava.internal.NativeStruct
 
getNestingLevel() - Method in class org.postgresql.pljava.jdbc.Invocation
 
getNew() - Method in interface org.postgresql.pljava.TriggerData
Returns the ResultSet that represents the new row.
getNew() - Method in class org.postgresql.pljava.internal.TriggerData
Returns the ResultSet that represents the new row.
getNewTuple() - Method in class org.postgresql.pljava.internal.TriggerData
Returns a Tuple reflecting the new version of the row, if the trigger was fired for an UPDATE, and null if it is for an INSERT or a DELETE.
getNumber(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getObject(int) - Method in class org.postgresql.pljava.internal.HeapTupleHeader
Obtains a value from the underlying native HeapTupleHeader structure.
getObject(TupleDesc, int) - Method in class org.postgresql.pljava.internal.Tuple
Obtains a value from the underlying native HeapTuple structure.
getObject(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getObject(String, Map) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getObject(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getObject(int, Map) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getObjectValue(int, Map) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.SingleRowReader
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
 
getOld() - Method in interface org.postgresql.pljava.TriggerData
Returns the ResultSet that represents the old row.
getOld() - Method in class org.postgresql.pljava.internal.TriggerData
Returns the ResultSet that represents the old row.
getParameterClassName(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
This feature is not yet supported.
getParameterCount() - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
getParameterMetaData() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
Due to the design of the SPI_prepare, it is currently impossible to obtain the correct parameter meta data before all the parameters have been set, hence a ParameterMetaData obtained prior to setting the paramteres will have all parameters set to the default type Types.VARCHAR.
getParameterMode(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
Returns ParameterMetaData.parameterModeIn always since this is the only supported type at this time.
getParameterType(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
getParameterTypeName(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
This feature is not yet supported.
getPgLevel() - Static method in class org.postgresql.pljava.internal.ELogHandler
Obtains the "log_min_messages" configuration variable and translates it into a Level object.
getPortal() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getPortalPos() - Method in class org.postgresql.pljava.internal.Portal
Returns the value of the portalPos attribute.
getPrecision(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
getProcessed() - Static method in class org.postgresql.pljava.internal.SPI
Returns the value of the global variable SPI_processed.
getPropertyInfo(String, Properties) - Method in class org.postgresql.pljava.jdbc.SPIDriver
 
getQueryTimeout() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getRef(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getRef(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getRelation() - Method in class org.postgresql.pljava.internal.TriggerData
Returns a descriptor for the Tuples exposed by this trigger.
getResult() - Static method in class org.postgresql.pljava.internal.SPI
Returns the value of the global variable SPI_result.
getResultSet() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getResultSetConcurrency() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getResultSetHoldability() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getResultSetType() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getResultText(int) - Static method in class org.postgresql.pljava.internal.SPI
Returns a textual representatio of a result code
getRow() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getRow() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
 
getSavedErrno() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the errno at entry
getSavepointId() - Method in class org.postgresql.pljava.jdbc.SPIAnonymousSavepoint
 
getSavepointId() - Method in class org.postgresql.pljava.jdbc.SPINamedSavepoint
 
getSavepointName() - Method in class org.postgresql.pljava.jdbc.SPIAnonymousSavepoint
 
getSavepointName() - Method in class org.postgresql.pljava.jdbc.SPINamedSavepoint
 
getScale(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
getSchemaId(Connection, String) - Static method in class org.postgresql.pljava.management.Commands
Returns the Oid for the given Schema.
getSchemaLoader(String) - Static method in class org.postgresql.pljava.sqlj.Loader
Obtain a loader that has been configured for the class path of the schema named schemaName.
getSession() - Static method in class org.postgresql.pljava.internal.Backend
 
getSessionUser() - Static method in class org.postgresql.pljava.internal.AclId
Return the id of the session user.
getSessionUserName() - Method in interface org.postgresql.pljava.Session
Return the name of the user that owns the current session.
getSessionUserName() - Method in class org.postgresql.pljava.internal.Session
Return the session user.
getShort(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getShort(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getSlot(int) - Method in class org.postgresql.pljava.internal.SPITupleTable
Returns the Tuple at the given index.
getSlot(int) - Method in class org.postgresql.pljava.internal.TupleTable
Returns the TupleTableSlot at the given index.
getSqlState() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the unencoded ERRSTATE
getStatement() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getStatement() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
The TriggerResultSet has no associated statement.
getStatementCacheSize() - Static method in class org.postgresql.pljava.internal.Backend
Returns the configuration option as read from the Global Unified Config package (GUC).
getString(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getString(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getSubString(long, int) - Method in class org.postgresql.pljava.jdbc.ClobValue
 
getTableName() - Method in interface org.postgresql.pljava.TriggerData
Returns the name of the table for which this trigger was created (as declared in the CREATE TRIGGERgetTableName() - Method in class org.postgresql.pljava.internal.TriggerData
 
getTime(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getTime(String, Calendar) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getTime(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getTime(int, Calendar) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getTimestamp(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getTimestamp(String, Calendar) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getTimestamp(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getTimestamp(int, Calendar) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getTransactionIsolation() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns Connection.TRANSACTION_READ_COMMITTED.
getTransactionListeners() - Method in class org.postgresql.pljava.internal.Session
Returns the list of listeners that will receive transactional events.
getTriggerReturnTuple() - Method in class org.postgresql.pljava.internal.TriggerData
Commits the changes made on the ResultSet representing new and returns the new tuple.
getTriggerTuple() - Method in class org.postgresql.pljava.internal.TriggerData
Returns a Tuple reflecting the row for which the trigger was fired.
getTupTable() - Static method in class org.postgresql.pljava.internal.SPI
Returns the value of the global variable SPI_tuptable.
getTuple() - Method in class org.postgresql.pljava.internal.TupleTableSlot
 
getTupleAndClear() - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
Creates a tuple from the current row values and then cancel all row updates to prepare for a new row.
getTupleDesc() - Method in class org.postgresql.pljava.internal.HeapTupleHeader
Obtains the TupleDesc from the underlying native HeapTupleHeader structure.
getTupleDesc() - Method in class org.postgresql.pljava.internal.Portal
Returns the TupleDesc that describes the row Tuples for this Portal.
getTupleDesc() - Method in class org.postgresql.pljava.internal.Relation
Returns a descriptor that describes tuples in this Relation.
getTupleDesc() - Method in class org.postgresql.pljava.internal.SPITupleTable
Returns the TupleDesc for the Tuple instances of this table.
getTupleDesc() - Method in class org.postgresql.pljava.internal.TupleTableSlot
 
getTupleDesc() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
 
getTupleDesc() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
 
getTupleDesc() - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
 
getTupleDesc() - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
 
getTupleDesc() - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
 
getTupleTable() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getType() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getType() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
 
getTypeId() - Static method in class org.postgresql.pljava.internal.Oid
Returns the PostgreSQL type id for the Oid type.
getTypeMap() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns null.
getURL(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getURL(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getUnicodeStream(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
Deprecated.  
getUnicodeStream(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
Deprecated.  
getUpdateCount() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getUser() - Static method in class org.postgresql.pljava.internal.AclId
Return the id of the current database user.
getUserName() - Method in interface org.postgresql.pljava.Session
Return the name of the effective user.
getUserName() - Method in class org.postgresql.pljava.internal.Session
Return the current user.
getValidKey(Object) - Method in class org.postgresql.pljava.internal.TransactionalMap.KeyIterator
 
getValue() - Method in class org.postgresql.pljava.internal.TransactionalMap.BackedEntry
 
getValue(int, Class) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getValue(int, Class, Calendar) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getValueIterator() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
getWarnings() - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getWarnings() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Warnings are not yet supported.
getWarnings() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 

H

HeapTupleHeader - class org.postgresql.pljava.internal.HeapTupleHeader.
The HeapTupleHeader correspons to the internal PostgreSQL HeapTupleHeader struct.
HeapTupleHeader() - Constructor for class org.postgresql.pljava.internal.HeapTupleHeader
 
hasNext() - Method in class org.postgresql.pljava.internal.TransactionalMap.KeyIterator
 
hasSchemaCreatePermission(Oid) - Method in class org.postgresql.pljava.internal.AclId
Return true if this AclId has the right to create new objects in the given schema.
hashCode() - Method in class org.postgresql.pljava.internal.AclId
Returns the hashCode of this id.
hashCode() - Method in class org.postgresql.pljava.internal.Oid
The native value is used as the hash code.

I

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)
INVALID_SQL_STATEMENT_NAME - Static variable in class org.postgresql.pljava.jdbc.StatementClosedException
 
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)
Invocation - class org.postgresql.pljava.jdbc.Invocation.
 
init() - Static method in class org.postgresql.pljava.internal.ELogHandler
 
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.
insertRow() - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
This feature is not supported on a ReadOnlyResultSet.
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.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
Checks if this ExecutionPlan can create a Portal using ExecutionPlan.cursorOpen(java.lang.String, java.lang.Object[]).
isEmpty() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
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
 
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() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns false.
isReleaseLingeringSavepoints() - Static method in class org.postgresql.pljava.internal.Backend
Returns the value of the GUC custom variable pljava.release_lingering_savepoints.
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.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.NativeStruct
Returns true if native structure pointer is still valid.

J

jdbcCompliant() - Method in class org.postgresql.pljava.jdbc.SPIDriver
 

K

keySet() - Method in class org.postgresql.pljava.internal.TransactionalMap
 

L

LOG_DEBUG1 - Static variable in class org.postgresql.pljava.internal.ELogHandler
 
LOG_DEBUG2 - Static variable in class org.postgresql.pljava.internal.ELogHandler
 
LOG_DEBUG3 - Static variable in class org.postgresql.pljava.internal.ELogHandler
 
LOG_DEBUG4 - Static variable in class org.postgresql.pljava.internal.ELogHandler
 
LOG_DEBUG5 - Static variable in class org.postgresql.pljava.internal.ELogHandler
Debugging messages, in categories of decreasing detail.
LOG_ERROR - Static variable in class org.postgresql.pljava.internal.ELogHandler
user error - abort transaction; return to known state
LOG_FATAL - Static variable in class org.postgresql.pljava.internal.ELogHandler
fatal error - abort process
LOG_INFO - Static variable in class org.postgresql.pljava.internal.ELogHandler
Informative messages that are always sent to client; is not affected by client_min_messages
LOG_LOG - Static variable in class org.postgresql.pljava.internal.ELogHandler
Server operational messages; sent only to server log by default.
LOG_NOTICE - Static variable in class org.postgresql.pljava.internal.ELogHandler
Helpful messages to users about query operation; sent to client and server log by default.
LOG_PANIC - Static variable in class org.postgresql.pljava.internal.ELogHandler
take down the other backends with me
LOG_WARNING - Static variable in class org.postgresql.pljava.internal.ELogHandler
Warnings
LargeObject - class org.postgresql.pljava.internal.LargeObject.
The LargeObject correspons to the internal PostgreSQL LargeObjectDesc.
LargeObject() - Constructor for class org.postgresql.pljava.internal.LargeObject
 
Loader - class org.postgresql.pljava.sqlj.Loader.
 
last() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positioning is not implemented yet.
last() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not implemented.
length() - Method in class org.postgresql.pljava.internal.LargeObject
 
length() - Method in class org.postgresql.pljava.jdbc.BlobValue
 
length() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
log(int, String) - Static method in class org.postgresql.pljava.internal.Backend
Log a message using the internal elog command.

M

mark(int) - Method in class org.postgresql.pljava.jdbc.BlobValue
 
mark(int) - Method in class org.postgresql.pljava.jdbc.ClobValue
 
markSupported() - Method in class org.postgresql.pljava.jdbc.BlobValue
 
markSupported() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
modifyTuple(Tuple, int[], Object[]) - Method in class org.postgresql.pljava.internal.Relation
Creates a new Tuple by substituting new values for selected columns copying the columns of the original Tuple at other positions.
move(boolean, int) - Method in class org.postgresql.pljava.internal.Portal
Performs an SPI_cursor_move.
moveToCurrentRow() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This is a no-op since the moveToInsertRow() method is unsupported.
moveToCurrentRow() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
This is a no-op since the moveToInsertRow() method is unsupported.
moveToInsertRow() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This feature is not supported on a ReadOnlyResultSet.
moveToInsertRow() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
This feature is not supported on a ReadOnlyResultSet.
moveToInsertRow() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
This feature is not supported on a SingleRowWriter.
moveToInsertRow() - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
This feature is not supported on a ReadOnlyResultSet.

N

NativeStruct - class org.postgresql.pljava.internal.NativeStruct.
The NativeStruct maintains a pointer to a piece of memory allocated with a life cycle that spans a call from the PostgreSQL function manager (using palloc()).
NativeStruct() - Constructor for class org.postgresql.pljava.internal.NativeStruct
 
nativeSQL(String) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Parse the JDBC SQL into PostgreSQL.
nativeSQL(String, int[]) - Method in class org.postgresql.pljava.jdbc.SPIConnection
 
next() - Method in class org.postgresql.pljava.internal.TransactionalMap.EntryIterator
 
next() - Method in class org.postgresql.pljava.internal.TransactionalMap.KeyIterator
 
next() - Method in class org.postgresql.pljava.internal.TransactionalMap.ValueIterator
 
next() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
next() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
This method will always return false but it will not change the state of the ResultSet.

O

OK_CONNECT - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_CURSOR - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_DELETE - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_FETCH - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_FINISH - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_INSERT - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_SELECT - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_SELINTO - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_UPDATE - Static variable in class org.postgresql.pljava.internal.SPI
 
OK_UTILITY - Static variable in class org.postgresql.pljava.internal.SPI
 
ObjectResultSet - class org.postgresql.pljava.jdbc.ObjectResultSet.
 
ObjectResultSet() - Constructor for class org.postgresql.pljava.jdbc.ObjectResultSet
 
Oid - class org.postgresql.pljava.internal.Oid.
The Oid correspons to the internal PostgreSQL Oid.
Oid(int) - Constructor for class org.postgresql.pljava.internal.Oid
 
onEOXact(boolean) - Method in interface org.postgresql.pljava.internal.EOXactListener
Callback received from the backend when a transaction has ended.
onEOXact(boolean) - Method in class org.postgresql.pljava.internal.Session
 
onExit() - Method in class org.postgresql.pljava.jdbc.Invocation
Called from the backend when the invokation exits.
onInvocationExit() - Method in class org.postgresql.pljava.jdbc.SPISavepoint
 
open(Oid, int) - Static method in class org.postgresql.pljava.internal.LargeObject
 
org.postgresql.pljava - package org.postgresql.pljava
 
org.postgresql.pljava.internal - package org.postgresql.pljava.internal
 
org.postgresql.pljava.jdbc - package org.postgresql.pljava.jdbc
 
org.postgresql.pljava.management - package org.postgresql.pljava.management
 
org.postgresql.pljava.sqlj - package org.postgresql.pljava.sqlj
 

P

Portal - class org.postgresql.pljava.internal.Portal.
The Portal correspons to the internal PostgreSQL Portal type.
Portal() - Constructor for class org.postgresql.pljava.internal.Portal
 
peekNext() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
position(byte[], long) - Method in class org.postgresql.pljava.jdbc.BlobValue
Not supported.
position(Blob, long) - Method in class org.postgresql.pljava.jdbc.BlobValue
Not supported.
position(String, long) - Method in class org.postgresql.pljava.jdbc.ClobValue
In this method is not supported by ClobValue
position(Clob, long) - Method in class org.postgresql.pljava.jdbc.ClobValue
Not supported.
prepare(String, Oid[]) - Static method in class org.postgresql.pljava.internal.ExecutionPlan
Create an execution plan for a statement to be executed later using the internal SPI_prepare function.
prepareCall(String) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Procedure calls are not yet implemented.
prepareCall(String, int, int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Procedure calls are not yet implemented.
prepareCall(String, int, int, int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Procedure calls are not yet implemented.
prepareStatement(String) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Creates a new instance of SPIPreparedStatement.
prepareStatement(String, int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Return of auto generated keys is not yet supported.
prepareStatement(String, int, int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Creates a new instance of SPIPreparedStatement.
prepareStatement(String, int, int, int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Creates a new instance of SPIPreparedStatement.
prepareStatement(String, int[]) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Return of auto generated keys is not yet supported.
prepareStatement(String, String[]) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Return of auto generated keys is not yet supported.
previous() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Reverse positioning is not implemented yet.
previous() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
This method will always return false but it will not change the state of the ResultSet.
publish(LogRecord) - Method in class org.postgresql.pljava.internal.ELogHandler
 
put(Object, Object) - Method in class org.postgresql.pljava.internal.TransactionalMap
 
putAll(Map) - Method in class org.postgresql.pljava.internal.TransactionalMap
 

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 complex type.
read(byte[]) - Method in class org.postgresql.pljava.internal.LargeObject
 
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.
release() - Method in class org.postgresql.pljava.internal.Savepoint
 
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
 
remove() - Method in class org.postgresql.pljava.internal.TransactionalMap.KeyIterator
 
remove(Object) - Method in class org.postgresql.pljava.internal.TransactionalMap
 
remove(Connection) - Method in class org.postgresql.pljava.management.SQLDeploymentDescriptor
Executes the REMOVE actions.
removeAttribute(String) - Method in interface org.postgresql.pljava.Session
Remove an attribute previously stored in the session.
removeAttribute(String) - Method in class org.postgresql.pljava.internal.Session
 
removeJar(String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Removes the jar named jarName from the database jar repository.
removeTransactionListener(TransactionListener) - Method in class org.postgresql.pljava.internal.Session
Removes the specified listener from the list of listeners that will receive transactional events.
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.internal.Savepoint
 
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
 
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.SingleTupleReader
Always returns false.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
Returns true if this row has been updated.

S

SEEK_CUR - Static variable in class org.postgresql.pljava.internal.LargeObject
Flag to be passed to LargeObject.seek(long, int) denoting that the offset parameter should be treated relative to the current address.
SEEK_END - Static variable in class org.postgresql.pljava.internal.LargeObject
Flag to be passed to LargeObject.seek(long, int) denoting that the offset parameter should be treated relative to the end of the data.
SEEK_SET - Static variable in class org.postgresql.pljava.internal.LargeObject
Flag to be passed to LargeObject.seek(long, int) denoting that the offset parameter should be treated as an absolute address.
SPI - class org.postgresql.pljava.internal.SPI.
The SPI class provides access to some global variables used by SPI.
SPI() - Constructor for class org.postgresql.pljava.internal.SPI
 
SPIAnonymousSavepoint - class org.postgresql.pljava.jdbc.SPIAnonymousSavepoint.
 
SPIAnonymousSavepoint() - Constructor for class org.postgresql.pljava.jdbc.SPIAnonymousSavepoint
Creates an unnamed savepoint
SPIConnection - class org.postgresql.pljava.jdbc.SPIConnection.
 
SPIConnection() - Constructor for class org.postgresql.pljava.jdbc.SPIConnection
 
SPIDriver - class org.postgresql.pljava.jdbc.SPIDriver.
 
SPIDriver() - Constructor for class org.postgresql.pljava.jdbc.SPIDriver
 
SPIException - exception org.postgresql.pljava.internal.SPIException.
 
SPIException(int) - Constructor for class org.postgresql.pljava.internal.SPIException
 
SPINamedSavepoint - class org.postgresql.pljava.jdbc.SPINamedSavepoint.
 
SPINamedSavepoint(String) - Constructor for class org.postgresql.pljava.jdbc.SPINamedSavepoint
Creates an named savepoint
SPIParameterMetaData - class org.postgresql.pljava.jdbc.SPIParameterMetaData.
 
SPIPreparedStatement - class org.postgresql.pljava.jdbc.SPIPreparedStatement.
 
SPIPreparedStatement(SPIConnection, String, int) - Constructor for class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
SPIResultSet - class org.postgresql.pljava.jdbc.SPIResultSet.
A Read-only ResultSet that provides direct access to a Portal.
SPISavepoint - class org.postgresql.pljava.jdbc.SPISavepoint.
 
SPIStatement - class org.postgresql.pljava.jdbc.SPIStatement.
 
SPIStatement(SPIConnection) - Constructor for class org.postgresql.pljava.jdbc.SPIStatement
 
SPITupleTable - class org.postgresql.pljava.internal.SPITupleTable.
The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
SPITupleTable() - Constructor for class org.postgresql.pljava.internal.SPITupleTable
 
SQLDeploymentDescriptor - class org.postgresql.pljava.management.SQLDeploymentDescriptor.
This class deals with parsing and executing the deployment descriptor as defined in ISO/IEC 9075-13:2003.
SQLDeploymentDescriptor(String, String) - Constructor for class org.postgresql.pljava.management.SQLDeploymentDescriptor
Parses the deployment descriptor descImage using implementorName as discriminator for implementor specific blocks.
Savepoint - class org.postgresql.pljava.internal.Savepoint.
 
Savepoint() - Constructor for class org.postgresql.pljava.internal.Savepoint
 
ServerException - exception org.postgresql.pljava.internal.ServerException.
 
ServerException(ErrorData) - Constructor for class org.postgresql.pljava.internal.ServerException
 
Session - interface org.postgresql.pljava.Session.
A Session maintains transaction coordinated in-memory data.
Session - class org.postgresql.pljava.internal.Session.
An instance of this interface reflects the current session.
Session() - Constructor for class org.postgresql.pljava.internal.Session
 
SessionManager - class org.postgresql.pljava.SessionManager.
The SessionManager makes the current Session available to the caller.
SessionManager() - Constructor for class org.postgresql.pljava.SessionManager
 
SingleRowReader - class org.postgresql.pljava.jdbc.SingleRowReader.
A single row, read-only ResultSet, specially made for functions and procedures that takes complex types as arguments.
SingleRowReader(TupleTableSlot) - Constructor for class org.postgresql.pljava.jdbc.SingleRowReader
 
SingleRowResultSet - class org.postgresql.pljava.jdbc.SingleRowResultSet.
A single row, updateable ResultSet
SingleRowResultSet() - Constructor for class org.postgresql.pljava.jdbc.SingleRowResultSet
 
SingleRowWriter - class org.postgresql.pljava.jdbc.SingleRowWriter.
A single row, updateable ResultSet, specially made for functions and procedures that returns complex types or sets.
SingleRowWriter(TupleDesc) - Constructor for class org.postgresql.pljava.jdbc.SingleRowWriter
 
SingleTupleReader - class org.postgresql.pljava.jdbc.SingleTupleReader.
A single row, read-only ResultSet, specially made for functions and procedures that takes complex types as arguments (PostgreSQL 7.5 and later).
SingleTupleReader(HeapTupleHeader) - Constructor for class org.postgresql.pljava.jdbc.SingleTupleReader
 
StatementClosedException - exception org.postgresql.pljava.jdbc.StatementClosedException.
 
StatementClosedException() - Constructor for class org.postgresql.pljava.jdbc.StatementClosedException
 
seek(long, int) - Method in class org.postgresql.pljava.internal.LargeObject
 
set(String) - Static method in class org.postgresql.pljava.internal.Savepoint
 
setArray(int, Array) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setAsciiStream(long) - Method in class org.postgresql.pljava.jdbc.ClobValue
In this method is not supported by ClobValue
setAsciiStream(int, InputStream, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setAttribute(String, Object) - Method in interface org.postgresql.pljava.Session
Set an attribute to a value in the current session.
setAttribute(String, Object) - Method in class org.postgresql.pljava.internal.Session
 
setAutoCommit(boolean) - Method in class org.postgresql.pljava.jdbc.SPIConnection
It is assumed that an SPI call is under transaction control.
setBigDecimal(int, BigDecimal) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setBinaryStream(long) - Method in class org.postgresql.pljava.jdbc.BlobValue
In this method is not supported by BlobValue
setBinaryStream(int, InputStream, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setBlob(int, Blob) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setBoolean(int, boolean) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setByte(int, byte) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setBytes(long, byte[]) - Method in class org.postgresql.pljava.jdbc.BlobValue
In this method is not supported by BlobValue
setBytes(long, byte[], int, int) - Method in class org.postgresql.pljava.jdbc.BlobValue
In this method is not supported by BlobValue
setBytes(int, byte[]) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setCatalog(String) - Method in class org.postgresql.pljava.jdbc.SPIConnection
The catalog name cannot be set.
setCharacterStream(long) - Method in class org.postgresql.pljava.jdbc.ClobValue
In this method is not supported by ClobValue
setCharacterStream(int, Reader, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setClassPath(String, String) - Static method in class org.postgresql.pljava.management.Commands
Define the class path to use for Java functions, triggers, and procedures that are created in the schema named schemaName This method is exposed in SQL as sqlj.set_classpath(VARCHAR, VARCHAR).
setClob(int, Clob) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setCursorName(String) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
setDate(int, Date) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setDouble(int, double) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
setFetchDirection(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Only ResultSet.FETCH_FORWARD is supported.
setFetchDirection(int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
Only ResultSet.FETCH_FORWARD is supported.
setFetchDirection(int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Only ResultSet.FETCH_FORWARD is supported.
setFetchSize(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
setFetchSize(int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
setFetchSize(int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Only permitted value for fetchSize is 1.
setFloat(int, float) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setHoldability(int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Change of holdability is not supported.
setInt(int, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setLong(int, long) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setMaxFieldSize(int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
setMaxRows(int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
setNull(int, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setNull(int, int, String) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setObject(int, Object, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setObject(int, Object) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setQueryTimeout(int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
setReadOnly(boolean) - Method in class org.postgresql.pljava.jdbc.SPIConnection
It is assumed that an inserts and updates can be performed using and SPIConnection.
setRef(int, Ref) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setSavepoint() - Method in class org.postgresql.pljava.jdbc.SPIConnection
 
setSavepoint(String) - Method in class org.postgresql.pljava.jdbc.SPIConnection
 
setShort(int, short) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setString(long, String) - Method in class org.postgresql.pljava.jdbc.ClobValue
In this method is not supported by ClobValue
setString(long, String, int, int) - Method in class org.postgresql.pljava.jdbc.ClobValue
In this method is not supported by ClobValue
setString(int, String) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setTime(int, Time) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setTransactionIsolation(int) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Change of transaction isolation level is not supported.
setTypeMap(Map) - Method in class org.postgresql.pljava.jdbc.SPIConnection
Type map is not yet implemented.
setURL(int, URL) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setUnicodeStream(int, InputStream, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
Deprecated.  
setValue(Object) - Method in class org.postgresql.pljava.internal.TransactionalMap.BackedEntry
 
size() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
size() - Method in class org.postgresql.pljava.internal.TupleDesc
Returns the number of columns in this tuple descriptor.
skip(long) - Method in class org.postgresql.pljava.jdbc.BlobValue
 
skip(long) - Method in class org.postgresql.pljava.jdbc.ClobValue
 

T

THREADLOCK - Static variable in class org.postgresql.pljava.internal.Backend
All native calls synchronize on this object.
TRIGGER_ACTION_EXCEPTION - Static variable in class org.postgresql.pljava.TriggerException
 
TransactionEvent - class org.postgresql.pljava.internal.TransactionEvent.
 
TransactionEvent(Object) - Constructor for class org.postgresql.pljava.internal.TransactionEvent
 
TransactionListener - interface org.postgresql.pljava.internal.TransactionListener.
 
TransactionalMap - class org.postgresql.pljava.internal.TransactionalMap.
A TransactionalMap acts as a modifiable front for a backing map.
TransactionalMap(Map) - Constructor for class org.postgresql.pljava.internal.TransactionalMap
 
TransactionalMap.BackedEntry - class org.postgresql.pljava.internal.TransactionalMap.BackedEntry.
 
TransactionalMap.BackedEntry(Object) - Constructor for class org.postgresql.pljava.internal.TransactionalMap.BackedEntry
 
TransactionalMap.EntryIterator - class org.postgresql.pljava.internal.TransactionalMap.EntryIterator.
 
TransactionalMap.EntryIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.EntryIterator
 
TransactionalMap.KeyIterator - class org.postgresql.pljava.internal.TransactionalMap.KeyIterator.
 
TransactionalMap.KeyIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.KeyIterator
 
TransactionalMap.ValueIterator - class org.postgresql.pljava.internal.TransactionalMap.ValueIterator.
 
TransactionalMap.ValueIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.ValueIterator
 
TriggerData - interface org.postgresql.pljava.TriggerData.
The SQL 2003 spec. does not stipulate a standard way of mapping triggers to functions.
TriggerData - class org.postgresql.pljava.internal.TriggerData.
The TriggerData correspons to the internal PostgreSQL TriggerData.
TriggerData() - Constructor for class org.postgresql.pljava.internal.TriggerData
 
TriggerException - exception org.postgresql.pljava.TriggerException.
An exception specially suited to be thrown from within a method designated to be a trigger function.
TriggerException(TriggerData) - Constructor for class org.postgresql.pljava.TriggerException
Create an exception based on the TriggerData that was passed to the trigger method.
TriggerException(TriggerData, String) - Constructor for class org.postgresql.pljava.TriggerException
Create an exception based on the TriggerData that was passed to the trigger method and an additional message.
TriggerResultSet - class org.postgresql.pljava.jdbc.TriggerResultSet.
A single row, updateable ResultSet specially made for triggers.
TriggerResultSet(TupleDesc, Tuple, boolean) - Constructor for class org.postgresql.pljava.jdbc.TriggerResultSet
 
Tuple - class org.postgresql.pljava.internal.Tuple.
The Tuple correspons to the internal PostgreSQL HeapTuple.
Tuple() - Constructor for class org.postgresql.pljava.internal.Tuple
 
TupleDesc - class org.postgresql.pljava.internal.TupleDesc.
The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleDesc() - Constructor for class org.postgresql.pljava.internal.TupleDesc
 
TupleTable - class org.postgresql.pljava.internal.TupleTable.
The TupleTable correspons to the internal PostgreSQL TupleTable type.
TupleTable() - Constructor for class org.postgresql.pljava.internal.TupleTable
 
TupleTableSlot - class org.postgresql.pljava.internal.TupleTableSlot.
The TupleTableSlot correspons to the internal PostgreSQL TupleTableSlot.
TupleTableSlot() - Constructor for class org.postgresql.pljava.internal.TupleTableSlot
 
tell() - Method in class org.postgresql.pljava.internal.LargeObject
 
toString() - Method in class org.postgresql.pljava.internal.AclId
Returns the result of calling #getName().
toString() - Method in class org.postgresql.pljava.internal.Oid
Returns a string representation of this OID.
toString() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
toString() - Method in class org.postgresql.pljava.management.SQLDeploymentDescriptor
Returns the original image.
truncate(long) - Method in class org.postgresql.pljava.jdbc.BlobValue
In this method is not supported by BlobValue
truncate(long) - Method in class org.postgresql.pljava.jdbc.ClobValue
In this method is not supported by ClobValue

U

UnsupportedFeatureException - exception org.postgresql.pljava.jdbc.UnsupportedFeatureException.
 
UnsupportedFeatureException(String) - Constructor for class org.postgresql.pljava.jdbc.UnsupportedFeatureException
 
updateArray(String, Array) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateArray(int, Array) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateBlob(String, Blob) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateBlob(int, Blob) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateBoolean(String, boolean) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateBoolean(int, boolean) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateByte(String, byte) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateByte(int, byte) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateBytes(String, byte[]) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateBytes(int, byte[]) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateClob(String, Clob) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateClob(int, Clob) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateDate(String, Date) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateDate(int, Date) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateDouble(String, double) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateDouble(int, double) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateFloat(String, float) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateFloat(int, float) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateInt(String, int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateInt(int, int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateLong(String, long) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateLong(int, long) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateNull(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateNull(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateObject(String, Object) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateObject(String, Object, int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateObject(int, Object) - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This feature is not supported on a ReadOnlyResultSet.
updateObject(int, Object, int) - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This feature is not supported on a ReadOnlyResultSet.
updateObject(int, Object) - Method in class org.postgresql.pljava.jdbc.SingleRowReader
This feature is not supported on a ReadOnlyResultSet.
updateObject(int, Object, int) - Method in class org.postgresql.pljava.jdbc.SingleRowReader
This feature is not supported on a ReadOnlyResultSet.
updateObject(int, Object, int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
The scale is not really supported.
updateObject(int, Object) - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
 
updateObject(int, Object) - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
This feature is not supported on a ReadOnlyResultSet.
updateObject(int, Object, int) - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
This feature is not supported on a ReadOnlyResultSet.
updateObject(int, Object) - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
Store this change for later use
updateRef(String, Ref) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateRef(int, Ref) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateRow() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This feature is not supported on a ReadOnlyResultSet.
updateRow() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
This feature is not supported on a ReadOnlyResultSet.
updateRow() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
This is a noop.
updateRow() - Method in class org.postgresql.pljava.jdbc.SingleTupleReader
This feature is not supported on a ReadOnlyResultSet.
updateShort(String, short) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateShort(int, short) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateString(String, String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateString(int, String) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateTime(String, Time) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateTime(int, Time) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 

V

values() - Method in class org.postgresql.pljava.internal.TransactionalMap
 

W

wasNull() - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
write(byte[]) - Method in class org.postgresql.pljava.internal.LargeObject
 

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

Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT