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

A

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.SingleRowResultSet
Cursor positioning is not supported.
absolute(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positioning is not implemented yet.
AbstractResultSet - Class in org.postgresql.pljava.jdbc
The AbstractResultSet serves as a base class for implementations of theResultSet interface.
AbstractResultSet() - Constructor for class org.postgresql.pljava.jdbc.AbstractResultSet
 
acceptsURL(String) - Method in class org.postgresql.pljava.jdbc.SPIDriver
 
AclId - Class in org.postgresql.pljava.internal
The AclId correspons to the internal PostgreSQL AclId.
AclId(int) - Constructor for class org.postgresql.pljava.internal.AclId
Called from native code.
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.SingleRowResultSet
Cursor positoning is not implemented.
afterLast() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positoning is not implemented yet.
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 in org.postgresql.pljava.internal
Provides access to some useful routines in the PostgreSQL server.
Backend() - Constructor for class org.postgresql.pljava.internal.Backend
 
beforeFirst() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positoning is not implemented.
beforeFirst() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positoning is not implemented yet.
BlobValue - Class in org.postgresql.pljava.jdbc
 
BlobValue(byte[]) - Constructor for class org.postgresql.pljava.jdbc.BlobValue
 
BlobValue(InputStream, long) - Constructor for class org.postgresql.pljava.jdbc.BlobValue
 

C

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
 
ClobValue - Class in org.postgresql.pljava.jdbc
 
ClobValue(String) - Constructor for class org.postgresql.pljava.jdbc.ClobValue
 
ClobValue(Reader, long) - Constructor for class org.postgresql.pljava.jdbc.ClobValue
 
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.SingleRowResultSet
Cancels all changes but doesn't really close the set.
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
 
Commands - Class in org.postgresql.pljava.management
This methods of this class are implementations of SQLJ commands.
Commands() - Constructor for class org.postgresql.pljava.management.Commands
 
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.jdbc.Invocation
 
current() - Static method in class org.postgresql.pljava.SessionManager
Returns the current session.
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 in org.postgresql.pljava.internal
A default formatter for the ELogHandler.
ELogFormatter() - Constructor for class org.postgresql.pljava.internal.ELogFormatter
 
ELogHandler - Class in org.postgresql.pljava.internal
Provides access to the loggin mechanism of the PostgreSQL server.
ELogHandler() - Constructor for class org.postgresql.pljava.internal.ELogHandler
 
entrySet() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
EOXactListener - Interface in org.postgresql.pljava.internal
Interface implemented by internal classes that wishes to listen to the PostgreSQL EOXact event.
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.
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 in org.postgresql.pljava.internal
The ErrorData correspons to the ErrorData obtained using an internal PostgreSQL CopyErrorData call.
ErrorData() - Constructor for class org.postgresql.pljava.internal.ErrorData
 
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.
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.
ExecutionPlan - Class in org.postgresql.pljava.internal
The ExecutionPlan correspons to the execution plan obtained using an internal PostgreSQL SPI_prepare call.

F

FEATURE_NOT_SUPPORTED_EXCEPTION - Static variable in exception 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.SingleRowResultSet
 
findColumn(String) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
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.SingleRowResultSet
Cursor positioning is not implemented.
first() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positioning is not implemented yet.
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.
format(LogRecord) - Method in class org.postgresql.pljava.internal.ELogFormatter
Format the given LogRecord.
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.
forSqlType(int) - Static method in class org.postgresql.pljava.internal.Oid
Finds the PostgreSQL well known Oid for the XOPEN Sql type.

G

get(Object) - Method in class org.postgresql.pljava.internal.TransactionalMap
 
getArguments() - Method in class org.postgresql.pljava.internal.TriggerData
Returns the arguments for this trigger (as declared in the CREATE TRIGGER statement.
getArguments() - Method in interface org.postgresql.pljava.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 class org.postgresql.pljava.internal.Session
 
getAttribute(String) - Method in interface org.postgresql.pljava.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.SingleRowResultSet
Returns null.
getCursorName() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
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 exception 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.SingleRowResultSet
 
getFetchDirection() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getFetchDirection() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getFetchSize() - 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
 
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 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).
getName() - Method in interface org.postgresql.pljava.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 class org.postgresql.pljava.internal.TriggerData
Returns the ResultSet that represents the new row.
getNew() - Method in interface org.postgresql.pljava.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.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.SPIResultSet
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
 
getOld() - Method in class org.postgresql.pljava.internal.TriggerData
Returns the ResultSet that represents the old row.
getOld() - Method in interface org.postgresql.pljava.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.SingleRowResultSet
 
getRow() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
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 class org.postgresql.pljava.internal.Session
Return the session user.
getSessionUserName() - Method in interface org.postgresql.pljava.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.SingleRowResultSet
The TriggerResultSet has no associated statement.
getStatement() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
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 class org.postgresql.pljava.internal.TriggerData
 
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 TRIGGERgetTime(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.
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
 
getTupTable() - Static method in class org.postgresql.pljava.internal.SPI
Returns the value of the global variable SPI_tuptable.
getType() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
 
getType() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
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.
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
 
getURL(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getURL(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getUser() - Static method in class org.postgresql.pljava.internal.AclId
Return the id of the current database user.
getUserName() - Method in class org.postgresql.pljava.internal.Session
Return the current user.
getUserName() - Method in interface org.postgresql.pljava.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

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.
hasNext() - Method in class org.postgresql.pljava.internal.TransactionalMap.KeyIterator
 
HeapTupleHeader - Class in org.postgresql.pljava.internal
The HeapTupleHeader correspons to the internal PostgreSQL HeapTupleHeader struct.
HeapTupleHeader() - Constructor for class org.postgresql.pljava.internal.HeapTupleHeader
 

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)
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
 
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_SQL_STATEMENT_NAME - Static variable in exception org.postgresql.pljava.jdbc.StatementClosedException
 
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.
Invocation - Class in org.postgresql.pljava.jdbc
 
isAfterLast() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns false.
isAfterLast() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
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.SingleRowResultSet
Will always return false since a SingleRowWriter starts on the one and only row.
isBeforeFirst() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
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 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.
isFirst() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
isLast() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns true.
isLast() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
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
 
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

LargeObject - Class in org.postgresql.pljava.internal
The LargeObject correspons to the internal PostgreSQL LargeObjectDesc.
LargeObject() - Constructor for class org.postgresql.pljava.internal.LargeObject
 
last() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not implemented.
last() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positioning is not implemented yet.
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
 
Loader - Class in org.postgresql.pljava.sqlj
 
log(int, String) - Static method in class org.postgresql.pljava.internal.Backend
Log a message using the internal elog command.
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

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

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
 
NativeStruct - Class in org.postgresql.pljava.internal
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
 
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.SingleRowResultSet
This method will always return false but it will not change the state of the ResultSet.
next() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 

O

ObjectResultSet - Class in org.postgresql.pljava.jdbc
 
ObjectResultSet() - Constructor for class org.postgresql.pljava.jdbc.ObjectResultSet
 
Oid - Class in org.postgresql.pljava.internal
The Oid correspons to the internal PostgreSQL Oid.
Oid(int) - Constructor for class org.postgresql.pljava.internal.Oid
 
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
 
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

peekNext() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
Portal - Class in org.postgresql.pljava.internal
The Portal correspons to the internal PostgreSQL Portal type.
Portal() - Constructor for class org.postgresql.pljava.internal.Portal
 
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.SingleRowResultSet
This method will always return false but it will not change the state of the ResultSet.
previous() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Reverse positioning is not implemented yet.
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

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
 
ReadOnlyResultSet - Class in org.postgresql.pljava.jdbc
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
 
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.
Relation - Class in org.postgresql.pljava.internal
The Relation correspons to the internal PostgreSQL Relation.
Relation() - Constructor for class org.postgresql.pljava.internal.Relation
 
relative(int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not supported.
relative(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
Cursor positioning is not implemented yet.
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 class org.postgresql.pljava.internal.Session
 
removeAttribute(String) - Method in interface org.postgresql.pljava.Session
Remove an attribute previously stored in the 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
 
ResultSetProvider - Interface in org.postgresql.pljava
An implementation of this interface is returned from functions and procedures that are declared to return SET OF a complex type.
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

Savepoint - Class in org.postgresql.pljava.internal
 
Savepoint() - Constructor for class org.postgresql.pljava.internal.Savepoint
 
seek(long, int) - Method in class org.postgresql.pljava.internal.LargeObject
 
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.
ServerException - Exception in org.postgresql.pljava.internal
 
ServerException(ErrorData) - Constructor for exception org.postgresql.pljava.internal.ServerException
 
Session - Class in org.postgresql.pljava.internal
An instance of this interface reflects the current session.
Session() - Constructor for class org.postgresql.pljava.internal.Session
 
Session - Interface in org.postgresql.pljava
A Session maintains transaction coordinated in-memory data.
SessionManager - Class in org.postgresql.pljava
The SessionManager makes the current Session available to the caller.
SessionManager() - Constructor for class org.postgresql.pljava.SessionManager
 
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 class org.postgresql.pljava.internal.Session
 
setAttribute(String, Object) - Method in interface org.postgresql.pljava.Session
Set an attribute to a value in the current 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.SingleRowResultSet
Only ResultSet.FETCH_FORWARD is supported.
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.
setFetchSize(int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Only permitted value for fetchSize is 1.
setFetchSize(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
setFetchSize(int) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
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.
setUnicodeStream(int, InputStream, int) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
Deprecated.  
setURL(int, URL) - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
setValue(Object) - Method in class org.postgresql.pljava.internal.TransactionalMap.BackedEntry
 
SingleRowReader - Class in org.postgresql.pljava.jdbc
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 in org.postgresql.pljava.jdbc
A single row, updateable ResultSet
SingleRowResultSet() - Constructor for class org.postgresql.pljava.jdbc.SingleRowResultSet
 
SingleRowWriter - Class in org.postgresql.pljava.jdbc
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 in org.postgresql.pljava.jdbc
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
 
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
 
SPI - Class in org.postgresql.pljava.internal
The SPI class provides access to some global variables used by SPI.
SPI() - Constructor for class org.postgresql.pljava.internal.SPI
 
SPIAnonymousSavepoint - Class in org.postgresql.pljava.jdbc
 
SPIAnonymousSavepoint() - Constructor for class org.postgresql.pljava.jdbc.SPIAnonymousSavepoint
Creates an unnamed savepoint
SPIConnection - Class in org.postgresql.pljava.jdbc
 
SPIConnection() - Constructor for class org.postgresql.pljava.jdbc.SPIConnection
 
SPIDriver - Class in org.postgresql.pljava.jdbc
 
SPIDriver() - Constructor for class org.postgresql.pljava.jdbc.SPIDriver
 
SPIException - Exception in org.postgresql.pljava.internal
 
SPIException(int) - Constructor for exception org.postgresql.pljava.internal.SPIException
 
SPINamedSavepoint - Class in org.postgresql.pljava.jdbc
 
SPINamedSavepoint(String) - Constructor for class org.postgresql.pljava.jdbc.SPINamedSavepoint
Creates an named savepoint
SPIParameterMetaData - Class in org.postgresql.pljava.jdbc
 
SPIPreparedStatement - Class in org.postgresql.pljava.jdbc
 
SPIPreparedStatement(SPIConnection, String, int) - Constructor for class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
SPIResultSet - Class in org.postgresql.pljava.jdbc
A Read-only ResultSet that provides direct access to a Portal.
SPISavepoint - Class in org.postgresql.pljava.jdbc
 
SPIStatement - Class in org.postgresql.pljava.jdbc
 
SPIStatement(SPIConnection) - Constructor for class org.postgresql.pljava.jdbc.SPIStatement
 
SPITupleTable - Class in org.postgresql.pljava.internal
The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
SPITupleTable() - Constructor for class org.postgresql.pljava.internal.SPITupleTable
 
SQLDeploymentDescriptor - Class in org.postgresql.pljava.management
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.
StatementClosedException - Exception in org.postgresql.pljava.jdbc
 
StatementClosedException() - Constructor for exception org.postgresql.pljava.jdbc.StatementClosedException
 

T

tell() - Method in class org.postgresql.pljava.internal.LargeObject
 
THREADLOCK - Static variable in class org.postgresql.pljava.internal.Backend
All native calls synchronize on this object.
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.
TransactionalMap - Class in org.postgresql.pljava.internal
A TransactionalMap acts as a modifiable front for a backing map.
TransactionalMap(Map) - Constructor for class org.postgresql.pljava.internal.TransactionalMap
 
TransactionalMap.BackedEntry - Class in org.postgresql.pljava.internal
 
TransactionalMap.BackedEntry(Object) - Constructor for class org.postgresql.pljava.internal.TransactionalMap.BackedEntry
 
TransactionalMap.EntryIterator - Class in org.postgresql.pljava.internal
 
TransactionalMap.EntryIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.EntryIterator
 
TransactionalMap.KeyIterator - Class in org.postgresql.pljava.internal
 
TransactionalMap.KeyIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.KeyIterator
 
TransactionalMap.ValueIterator - Class in org.postgresql.pljava.internal
 
TransactionalMap.ValueIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.ValueIterator
 
TransactionEvent - Class in org.postgresql.pljava.internal
 
TransactionEvent(Object) - Constructor for class org.postgresql.pljava.internal.TransactionEvent
 
TransactionListener - Interface in org.postgresql.pljava.internal
 
TRIGGER_ACTION_EXCEPTION - Static variable in exception org.postgresql.pljava.TriggerException
 
TriggerData - Class in org.postgresql.pljava.internal
The TriggerData correspons to the internal PostgreSQL TriggerData.
TriggerData() - Constructor for class org.postgresql.pljava.internal.TriggerData
 
TriggerData - Interface in org.postgresql.pljava
The SQL 2003 spec. does not stipulate a standard way of mapping triggers to functions.
TriggerException - Exception in org.postgresql.pljava
An exception specially suited to be thrown from within a method designated to be a trigger function.
TriggerException(TriggerData) - Constructor for exception org.postgresql.pljava.TriggerException
Create an exception based on the TriggerData that was passed to the trigger method.
TriggerException(TriggerData, String) - Constructor for exception org.postgresql.pljava.TriggerException
Create an exception based on the TriggerData that was passed to the trigger method and an additional message.
TriggerResultSet - Class in org.postgresql.pljava.jdbc
A single row, updateable ResultSet specially made for triggers.
TriggerResultSet(TupleDesc, Tuple, boolean) - Constructor for class org.postgresql.pljava.jdbc.TriggerResultSet
 
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
Tuple - Class in org.postgresql.pljava.internal
The Tuple correspons to the internal PostgreSQL HeapTuple.
Tuple() - Constructor for class org.postgresql.pljava.internal.Tuple
 
TupleDesc - Class in org.postgresql.pljava.internal
The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleDesc() - Constructor for class org.postgresql.pljava.internal.TupleDesc
 
TupleTable - Class in org.postgresql.pljava.internal
The TupleTable correspons to the internal PostgreSQL TupleTable type.
TupleTable() - Constructor for class org.postgresql.pljava.internal.TupleTable
 
TupleTableSlot - Class in org.postgresql.pljava.internal
The TupleTableSlot correspons to the internal PostgreSQL TupleTableSlot.
TupleTableSlot() - Constructor for class org.postgresql.pljava.internal.TupleTableSlot
 

U

UnsupportedFeatureException - Exception in org.postgresql.pljava.jdbc
 
UnsupportedFeatureException(String) - Constructor for exception 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 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT