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

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.
ABS - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
absolute(int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not supported.
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
 
AbstractResultSetMetaData - Class in org.postgresql.pljava.jdbc
Implementation of ResultSetMetaData for SyntheticResultSet
AbstractResultSetMetaData() - Constructor for class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Constructor.
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.
ACOS - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
activate() - Method in interface org.postgresql.pljava.PooledObject
The activate method is called when the instance is activated from its "passive" state.
activateInstance() - Method in interface org.postgresql.pljava.ObjectPool
Obtain a pooled object.
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(int, String) - Static method in class org.postgresql.pljava.internal.Backend
 
addClassImages(int, InputStream) - Static method in class org.postgresql.pljava.management.Commands
Reads the jar found at the specified URL and stores the entries in the jar_entry table.
addSavepointListener(SavepointListener) - Method in class org.postgresql.pljava.internal.Session
Adds the specified listener to the list of listeners that will receive savepoint events.
addSavepointListener(SavepointListener) - Method in interface org.postgresql.pljava.Session
Adds the specified listener to the list of listeners that will receive savepoint events.
addTransactionListener(TransactionListener) - Method in class org.postgresql.pljava.internal.Session
Adds the specified listener to the list of listeners that will receive transactional events.
addTransactionListener(TransactionListener) - Method in interface org.postgresql.pljava.Session
Adds the specified listener to the list of listeners that will receive transactional events.
addTypeMapping(String, String) - Static method in class org.postgresql.pljava.management.Commands
Defines the mapping between an SQL type and a Java class.
afterLast() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positoning is not implemented.
allProceduresAreCallable() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
allTablesAreSelectable() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
ASCII - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
ASIN - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
assignRowValues(ResultSet, int) - Method in class org.postgresql.pljava.internal.ResultSetPicker
 
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.
ATAN - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
ATAN2 - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.
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
 
BOOL - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
BPCHAR - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
BuiltinFunctions - Class in org.postgresql.pljava.jdbc
PostgreSQL builtin functions
BuiltinFunctions() - Constructor for class org.postgresql.pljava.jdbc.BuiltinFunctions
 
BYTEA - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 

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.TriggerResultSet
Cancel all changes made to the Tuple.
canContain(Class) - Method in class org.postgresql.pljava.jdbc.ResultSetField
 
CEILING - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
CHAR - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
checkColumnIndex(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Checks if the column index is valid.
checkColumnIndex(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Checks if the column index is valid.
checkColumnIndex(int) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Checks if the column index is valid.
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
 
clearFunctionCache() - Static method in class org.postgresql.pljava.internal.Backend
 
clearParameters() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
clearSchemaLoaders() - Static method in class org.postgresql.pljava.sqlj.Loader
Removes all cached schema loaders, functions, and type maps.
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(Reader, long) - Constructor for class org.postgresql.pljava.jdbc.ClobValue
 
ClobValue(String) - 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
Invalidates this structure and frees up memory using the internal function SPI_cursor_close
close() - Method in class org.postgresql.pljava.internal.ResultSetPicker
 
close() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
close() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
 
close() - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
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
 
close(Connection) - Static method in class org.postgresql.pljava.jdbc.SQLUtils
 
close(Statement) - Static method in class org.postgresql.pljava.jdbc.SQLUtils
 
close(ResultSet) - Static method in class org.postgresql.pljava.jdbc.SQLUtils
 
close() - Method in class org.postgresql.pljava.jdbc.SyntheticResultSet
 
close() - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
Cancels all changes but doesn't really close the set.
close() - Method in interface org.postgresql.pljava.ResultSetHandle
Called after the last row has returned or when the query evaluator decides that it does not need any more rows.
close() - Method in interface org.postgresql.pljava.ResultSetProvider
Called after the last row has returned or when the query evaluator decides that it does not need any more rows.
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.
CONCAT - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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
 
copyRowFrom(ResultSet) - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
 
COS - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
COT - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
create(int) - Static method in class org.postgresql.pljava.internal.LargeObject
Creates a LargeObject handle and returns the Oid of that handle.
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.
CURDATE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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
CURTIME - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 

D

DATABASE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
dataDefinitionCausesTransactionCommit() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
DATE - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
DAYNAME - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
DAYOFMONTH - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
DAYOFWEEK - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
DAYOFYEAR - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
DEGREES - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.
deletesAreDetected(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
doesMaxRowSizeIncludeBlobs() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
doubleValue() - Method in class org.postgresql.pljava.internal.Oid
 
drop(Oid) - Static method in class org.postgresql.pljava.internal.LargeObject
 
dropTypeMapping(String) - Static method in class org.postgresql.pljava.management.Commands
Drops the mapping between an SQL type and a Java class.

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
 
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.
equals(Object) - Method in class org.postgresql.pljava.internal.PgSavepoint
 
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.
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 class org.postgresql.pljava.internal.Session
 
executeAsSessionUser(Connection, String) - Method in interface org.postgresql.pljava.Session
Execute a statement as a session user rather then the effective user.
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.
EXP - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 

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.
finalize() - Method in class org.postgresql.pljava.internal.JavaWrapper
 
finalize() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
 
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
 
findColumn(String) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSet
 
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.
FLOAT4 - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
FLOAT8 - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
floatValue() - Method in class org.postgresql.pljava.internal.Oid
 
FLOOR - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.
forTypeName(String) - Static method in class org.postgresql.pljava.internal.Oid
Finds the PostgreSQL well known Oid for a type name.
freeTupTable() - Static method in class org.postgresql.pljava.internal.SPI
 
fromName(String) - Static method in class org.postgresql.pljava.internal.AclId
Return the id of the session user.

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
Obtain an attribute from the current session.
getAttributes(String, String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAutoCommit() - Method in class org.postgresql.pljava.jdbc.SPIConnection
It is assumed that an SPI call is under transaction control.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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.
getCatalogName(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Gets the designated column's table's catalog name.
getCatalogs() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getCatalogSeparator() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getCatalogTerm() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
 
getColumnClass(int) - Method in class org.postgresql.pljava.internal.TupleDesc
Returns the Java class of the column at index
getColumnClassName(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnClassName(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnClassName(int) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnCount() - Method in class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnCount() - Method in class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDisplaySize(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnIndex(String) - Method in class org.postgresql.pljava.internal.TupleDesc
Returns the index of the column named colName.
getColumnLabel(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnLabel() - Method in class org.postgresql.pljava.jdbc.ResultSetField
 
getColumnLabel(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnLabel(int) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in class org.postgresql.pljava.internal.TupleDesc
Returns the name of the column at index.
getColumnName(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Get the designated column's name.
getColumnPrivileges(String, String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getColumnType(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Retrieves the designated column's database-specific type name.
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.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.SPIDatabaseMetaData
 
getConnection() - Method in class org.postgresql.pljava.jdbc.SPIStatement
Returns the Connection from that created this statement.
getContents(ByteBuffer) - Method in class org.postgresql.pljava.jdbc.BlobValue
Called from within...
getContextMessage() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the context message
getCount() - Method in class org.postgresql.pljava.internal.TupleTable
Returns the number of Tuple instances contained in this table.
getCrossReference(String, String, String, String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getCurrentLoader() - Static method in class org.postgresql.pljava.sqlj.Loader
Obtains the loader that is in effect for the current schema (i.e. the schema that is first in the search path).
getCurrentRow() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getCurrentRow() - Method in class org.postgresql.pljava.jdbc.SyntheticResultSet
 
getCurrentSchema() - Static method in class org.postgresql.pljava.management.Commands
 
getCursorName() - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
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
getDatabaseMajorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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.
getDefaultConnection() - Static method in class org.postgresql.pljava.jdbc.SQLUtils
 
getDefaultTransactionIsolation() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
 
getDriverMajorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getDriverName() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getDriverVersion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
getExportedKeys(String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getExtraNameCharacters() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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.SPIStatement
 
getFieldLength(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Gets column length
getFieldLength(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Gets column length.
getFieldLength(int) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Gets column length
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
 
getIdentifierQuoteString() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getImportedExportedKeys(String, String, String, String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
getJavaClass() - Method in class org.postgresql.pljava.internal.Oid
 
getJavaClass() - Method in class org.postgresql.pljava.jdbc.ResultSetField
 
getJDBCMajorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getKey() - Method in class org.postgresql.pljava.internal.TransactionalMap.BackedEntry
 
getKeyIterator() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
getLength() - Method in class org.postgresql.pljava.jdbc.ResultSetField
 
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
 
getMaxBinaryLiteralLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxConnections() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxFieldSize() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getMaxIndexKeys() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxIndexLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxNameLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxRows() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getMaxRowSize() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxStatementLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxStatements() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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.SingleRowResultSet
Returns the metadata for this result set.
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.
getMetaData() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getMetaData() - Method in class org.postgresql.pljava.jdbc.SyntheticResultSet
 
getMinorVersion() - Method in class org.postgresql.pljava.jdbc.SPIDriver
 
getMod() - Method in class org.postgresql.pljava.jdbc.ResultSetField
 
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.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).
getNativePointer() - Method in class org.postgresql.pljava.internal.JavaWrapper
Returns the native pointer
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, Class) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getNumericFunctions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
get supported escaped numeric functions
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
 
getObjectPool(Class) - Method in class org.postgresql.pljava.internal.Session
 
getObjectPool(Class) - Method in interface org.postgresql.pljava.Session
Return an object pool for the given class.
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.SPIResultSet
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSet
 
getObjectValue(int) - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
 
getOid(int) - Method in class org.postgresql.pljava.internal.TupleDesc
Returns OID of the column type.
getOid(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Gets column OID
getOID() - Method in class org.postgresql.pljava.jdbc.ResultSetField
 
getOid(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Gets column OID
getOid(int) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Gets column OID
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.
getPGType(Oid) - Method in class org.postgresql.pljava.jdbc.SPIConnection
 
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.AbstractResultSetMetaData
Get the designated column's number of decimal digits.
getPrecision(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
getPrimaryKeys(String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getProcedureTerm() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
 
getReaderLength(Reader) - Static method in class org.postgresql.pljava.jdbc.ClobValue
 
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
 
getResultSet() - Method in interface org.postgresql.pljava.ResultSetHandle
An implementation of this method will probably execute a query and return the result of that query.
getResultSetConcurrency() - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
getResultSetHoldability() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves the default holdability of this ResultSet object.
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
 
getSavedErrno() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the errno at entry
getSavepointId() - Method in class org.postgresql.pljava.internal.PgSavepoint
 
getSavepointName() - Method in class org.postgresql.pljava.internal.PgSavepoint
 
getScale(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Gets the designated column's number of digits to right of the decimal point.
getScale(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
getSchema() - Method in class org.postgresql.pljava.internal.Relation
Returns the schema name of this Relation.
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.
getSchemaName() - Method in class org.postgresql.pljava.internal.TriggerData
 
getSchemaName(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Get the designated column's table's schema.
getSchemaName() - Method in interface org.postgresql.pljava.TriggerData
Returns the name of the schema of the table for which this trigger was created (as declared in the CREATE TRIGGERgetSchemas() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getSchemaTerm() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getSearchStringEscape() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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 name of the user that owns the current session.
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.TupleTable
Returns the Tuple at the given index.
getSQLKeywords() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getSqlState() - Method in class org.postgresql.pljava.internal.ErrorData
Returns the unencoded ERRSTATE
getSQLStateType() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
getSQLType(String) - Method in class org.postgresql.pljava.jdbc.SPIConnection
 
getSQLType(Oid) - Method in class org.postgresql.pljava.jdbc.SPIConnection
 
getStatement() - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getStatement() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getStatementCacheSize() - Static method in class org.postgresql.pljava.internal.Backend
Returns the size of the statement cache.
getStreamLength(InputStream) - Static method in class org.postgresql.pljava.jdbc.BlobValue
 
getString(String) - Method in class org.postgresql.pljava.jdbc.AbstractResultSet
 
getString(int) - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
getStringFunctions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getSubString(long, int) - Method in class org.postgresql.pljava.jdbc.ClobValue
 
getSuperTables(String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getTableName() - Method in class org.postgresql.pljava.internal.TriggerData
 
getTableName(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Gets the designated column's table name.
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 TRIGGERgetTablePrivileges(String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getTableTypes() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
 
getTimeDateFunctions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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.
getTriggerReturnTuple() - Method in class org.postgresql.pljava.internal.TriggerData
Commits the changes made on the ResultSet representing new and returns the native pointer of 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.jdbc.SQLOutputToTuple
Creates a tuple from the written values and returns its native pointer.
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 that describes the tuple and returns it.
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.TupleTable
 
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.TriggerResultSet
 
getTupleTable() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
getTupTable(TupleDesc) - 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
 
getTypeId() - Static method in class org.postgresql.pljava.internal.Oid
Returns the PostgreSQL type id for the Oid type.
getTypeInfo() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getTypeMap() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns null.
getTypeMap(String) - Static method in class org.postgresql.pljava.sqlj.Loader
Returns the SQL type Oid to Java Class map that contains the Java UDT mappings for the given schema.
getUDTs(String, String, String, int[]) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
 
getURL() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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 class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getUserName() - Method in interface org.postgresql.pljava.Session
Return the name of the effective 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
 
getVersionColumns(String, String, String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
getVersionNumber() - Method in class org.postgresql.pljava.jdbc.SPIConnection
 
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.
hashCode() - Method in class org.postgresql.pljava.internal.PgSavepoint
 
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.
HeapTupleHeader - Class in org.postgresql.pljava.internal
The HeapTupleHeader correspons to the internal PostgreSQL HeapTupleHeader struct.
HOUR - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 

I

IFNULL - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
IFS_RDLOCK - Static variable in class org.postgresql.pljava.internal.LargeObject
Flag returned by LargeObject.create(int) and LargeObject.open(org.postgresql.pljava.internal.Oid, int)
IFS_WRLOCK - Static variable in class org.postgresql.pljava.internal.LargeObject
Flag returned by LargeObject.create(int) and LargeObject.open(org.postgresql.pljava.internal.Oid, int)
init() - Static method in class org.postgresql.pljava.internal.ELogHandler
 
INSERT - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
insertRow() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
This feature is not supported on a ReadOnlyResultSet.
insertRow() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
This feature is not supported on a ReadOnlyResultSet.
insertRow() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
This feature is not supported.
insertsAreDetected(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
install(Connection) - Method in class org.postgresql.pljava.management.SQLDeploymentDescriptor
Executes the INSTALL actions.
installJar(byte[], String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Installs a new Jar in the database jar repository under name jarName.
installJar(String, String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Installs a new Jar in the database jar repository under name jarName.
INT2 - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
INT4 - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
INT8 - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
internalAddBatch(Object) - Method in class org.postgresql.pljava.jdbc.SPIStatement
 
intValue() - Method in class org.postgresql.pljava.internal.AclId
Returns the integer value of this id.
intValue() - Method in class org.postgresql.pljava.internal.Oid
 
INV_READ - Static variable in class org.postgresql.pljava.internal.LargeObject
Read mode flag to be passed to LargeObject.create(int) and LargeObject.open(org.postgresql.pljava.internal.Oid, int)
INV_WRITE - Static variable in class org.postgresql.pljava.internal.LargeObject
Write mode flag to be passed to LargeObject.create(int) and LargeObject.open(org.postgresql.pljava.internal.Oid, int)
INVALID - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
INVALID_SQL_STATEMENT_NAME - Static variable in exception org.postgresql.pljava.jdbc.StatementClosedException
 
Invocation - Class in org.postgresql.pljava.jdbc
 
isAfterLast() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns false.
isAtEnd() - Method in class org.postgresql.pljava.internal.Portal
Returns the value of the atEnd attribute.
isAtStart() - Method in class org.postgresql.pljava.internal.Portal
Returns the value of the atStart attribute.
isAutoIncrement(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
isAutoIncrement(int) - Method in class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
isAutoIncrement(int) - Method in class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
isBeforeFirst() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Will always return false since a SingleRowWriter starts on the one and only row.
isCallingJava() - Static method in class org.postgresql.pljava.internal.Backend
Returns true if the backend is awaiting a return from a call into the JVM.
isCaseSensitive(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
isClosed() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Will always return false.
isCurrency(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether the designated column is a cash value.
isCursorPlan() - Method in class org.postgresql.pljava.internal.ExecutionPlan
Checks if this ExecutionPlan can create a Portal using ExecutionPlan.cursorOpen(java.lang.String, java.lang.Object[]).
isDefinitelyWritable(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isEmpty() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
isFiredAfter() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if the trigger was fired after the statement or row action that it is associated with.
isFiredAfter() - Method in interface org.postgresql.pljava.TriggerData
Returns true if the trigger was fired after the statement or row action that it is associated with.
isFiredBefore() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if the trigger was fired before the statement or row action that it is associated with.
isFiredBefore() - Method in interface org.postgresql.pljava.TriggerData
Returns true if the trigger was fired before the statement or row action that it is associated with.
isFiredByDelete() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by a DELETE.
isFiredByDelete() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by a DELETE.
isFiredByInsert() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by an INSERT.
isFiredByInsert() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by an INSERT.
isFiredByUpdate() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger was fired by an UPDATE.
isFiredByUpdate() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger was fired by an UPDATE.
isFiredForEachRow() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger is fired once for each row (as opposed to once for the entire statement).
isFiredForEachRow() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger is fired once for each row (as opposed to once for the entire statement).
isFiredForStatement() - Method in class org.postgresql.pljava.internal.TriggerData
Returns true if this trigger is fired once for the entire statement (as opposed to once for each row).
isFiredForStatement() - Method in interface org.postgresql.pljava.TriggerData
Returns true if this trigger is fired once for the entire statement (as opposed to once for each row).
isFirst() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns true.
isLast() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Returns true.
isLast() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
isLast() - Method in class org.postgresql.pljava.jdbc.SyntheticResultSet
 
isNullable(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates the nullability of values in the designated column.
isNullable(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
isOutputToClient() - Method in class org.postgresql.pljava.internal.ErrorData
Returns true if the error will be reported to the client
isOutputToServer() - Method in class org.postgresql.pljava.internal.ErrorData
Returns true if the error will be reported to the server log
isPosOverflow() - Method in class org.postgresql.pljava.internal.Portal
Returns the value of the posOverflow attribute.
isReadOnly(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether the designated column is definitely not writable.
isReadOnly() - Method in class org.postgresql.pljava.jdbc.SPIConnection
Returns false.
isReadOnly() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
isReleaseLingeringSavepoints() - Static method in class org.postgresql.pljava.internal.Backend
Returns the value of the GUC custom variable pljava.release_lingering_savepoints.
isSearchable(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isShowFuncname() - Method in class org.postgresql.pljava.internal.ErrorData
Returns true if funcname inclusion is set
isSigned(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isSigned(int) - Method in class org.postgresql.pljava.jdbc.SPIParameterMetaData
 
isSuperuser() - Method in class org.postgresql.pljava.internal.AclId
Returns true if this AclId represents a super user.
isValid() - Method in class org.postgresql.pljava.internal.Portal
Checks if the portal is still active.
isWritable(int) - Method in class org.postgresql.pljava.jdbc.AbstractResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.

J

JavaWrapper - Class in org.postgresql.pljava.internal
 
JavaWrapper(long) - Constructor for class org.postgresql.pljava.internal.JavaWrapper
Creates an instance of this class that will be attached to a native structure represented by pointer.
JDBC3_TYPE_NAMES - Static variable in class org.postgresql.pljava.jdbc.SPIConnection
 
JDBC_TYPE_NUMBERS - Static variable in class org.postgresql.pljava.jdbc.SPIConnection
 
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.
last() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not implemented.
LCASE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
LEFT - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
length() - Method in class org.postgresql.pljava.internal.LargeObject
 
length() - Method in class org.postgresql.pljava.jdbc.BlobValue
 
LENGTH - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
length() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
Loader - Class in org.postgresql.pljava.sqlj
 
LOCATE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
locatorsUpdateCopy() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
LOG - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
LOG10 - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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
longValue() - Method in class org.postgresql.pljava.internal.Oid
 
LTRIM - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 

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
 
MINUTE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
MOD - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.
MONTH - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
MONTHNAME - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.

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
 
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
 
next() - Method in class org.postgresql.pljava.jdbc.SyntheticResultSet
 
NOW - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
nullPlusNonNullIsNull() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
NUMERIC - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 

O

ObjectPool - Interface in org.postgresql.pljava
 
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
 
OID - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
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
 
onAbort(Session, Savepoint, Savepoint) - Method in interface org.postgresql.pljava.SavepointListener
 
onAbort(Session) - Method in interface org.postgresql.pljava.TransactionListener
 
onCommit(Session, Savepoint, Savepoint) - Method in interface org.postgresql.pljava.SavepointListener
 
onCommit(Session) - Method in interface org.postgresql.pljava.TransactionListener
 
onExit() - Method in class org.postgresql.pljava.jdbc.Invocation
Called from the backend when the invokation exits.
onInvocationExit(Connection) - Method in class org.postgresql.pljava.internal.PgSavepoint
 
onPrepare(Session) - Method in interface org.postgresql.pljava.TransactionListener
 
onStart(Session, Savepoint, Savepoint) - Method in interface org.postgresql.pljava.SavepointListener
 
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
 
othersDeletesAreVisible(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 

P

parseACL(String[], String) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Take the a String representing an array of ACLs and return a HashMap mapping the SQL permission name to a ArrayList of usernames who have that permission.
passivate() - Method in interface org.postgresql.pljava.PooledObject
The passivate method is called before the instance enters the "passive" state.
passivateInstance(PooledObject) - Method in interface org.postgresql.pljava.ObjectPool
Call the PooledObject.passivate() method and return the object to the pool.
peekNext() - Method in class org.postgresql.pljava.jdbc.SPIResultSet
 
PgSavepoint - Class in org.postgresql.pljava.internal
 
PI - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
PooledObject - Interface in org.postgresql.pljava
Interface for objects that are pooled and reused.
Portal - Class in org.postgresql.pljava.internal
The Portal correspons to the internal PostgreSQL Portal type.
position(Blob, long) - Method in class org.postgresql.pljava.jdbc.BlobValue
Not supported.
position(byte[], long) - Method in class org.postgresql.pljava.jdbc.BlobValue
Not supported.
position(Clob, long) - Method in class org.postgresql.pljava.jdbc.ClobValue
Not supported.
position(String, long) - Method in class org.postgresql.pljava.jdbc.ClobValue
In this method is not supported by ClobValue
POWER - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.
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
 

Q

QUARTER - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 

R

RADIANS - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
RAND - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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
 
readArray() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readArray() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readAsciiStream() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readAsciiStream() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readBigDecimal() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readBigDecimal() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readBinaryStream() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readBinaryStream() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readBlob() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readBlob() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readBoolean() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readBoolean() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readByte() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readByte() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readBytes() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readBytes() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readCharacterStream() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readCharacterStream() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readClob() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readClob() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readDate() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readDate() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readDouble() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readDouble() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readFloat() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readFloat() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readInt() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readInt() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readLong() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readLong() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readObject() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readObject() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
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
 
readRef() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readRef() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readShort() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readShort() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readString() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readString() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readTime() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readTime() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readTimestamp() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readTimestamp() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
readURL() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
readURL() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
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.
relative(int) - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Cursor positioning is not supported.
release() - Method in class org.postgresql.pljava.internal.PgSavepoint
 
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.
remove() - Method in interface org.postgresql.pljava.PooledObject
PLJava invokes this method before it ends the life of the pooled object.
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.
removeInstance(PooledObject) - Method in interface org.postgresql.pljava.ObjectPool
Call the PooledObject.remove() method and evict the object from the pool.
removeJar(String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Removes the jar named jarName from the database jar repository.
removeSavepointListener(SavepointListener) - Method in class org.postgresql.pljava.internal.Session
Removes the specified listener from the list of listeners that will receive savepoint events.
removeSavepointListener(SavepointListener) - Method in interface org.postgresql.pljava.Session
Removes the specified listener from the list of listeners that will receive savepoint events.
removeTransactionListener(TransactionListener) - Method in class org.postgresql.pljava.internal.Session
Removes the specified listener from the list of listeners that will receive transactional events.
removeTransactionListener(TransactionListener) - Method in interface org.postgresql.pljava.Session
Removes the specified listener from the list of listeners that will receive transactional events.
REPEAT - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
REPLACE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
replaceJar(byte[], String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Replaces the image of jar named jarName in the database jar repository.
replaceJar(String, String, boolean) - Static method in class org.postgresql.pljava.management.Commands
Replaces the image of jar named jarName in the database jar repository.
reset() - Method in class org.postgresql.pljava.jdbc.BlobValue
 
reset() - Method in class org.postgresql.pljava.jdbc.ClobValue
 
ResultSetField - Class in org.postgresql.pljava.jdbc
 
ResultSetField(String, Oid, int, int) - Constructor for class org.postgresql.pljava.jdbc.ResultSetField
 
ResultSetField(String, Oid, int) - Constructor for class org.postgresql.pljava.jdbc.ResultSetField
 
ResultSetHandle - 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 in the form of a ResultSet.
ResultSetPicker - Class in org.postgresql.pljava.internal
 
ResultSetPicker(ResultSetHandle) - Constructor for class org.postgresql.pljava.internal.ResultSetPicker
 
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.
RIGHT - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
rollback() - Method in class org.postgresql.pljava.internal.PgSavepoint
 
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
 
ROUND - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
rowChangesAreDetected(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
rowChangesAreVisible(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
rowDeleted() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
Always returns false.
rowDeleted() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Will always return false.
rowInserted() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
Always returns false.
rowInserted() - Method in class org.postgresql.pljava.jdbc.SingleRowResultSet
Will always return false.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.ReadOnlyResultSet
Always returns false.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.SingleRowReader
Always returns false.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.SingleRowWriter
Returns true if the row contains any non null values since all values of the row are null initially.
rowUpdated() - Method in class org.postgresql.pljava.jdbc.TriggerResultSet
Returns true if this row has been updated.
RTRIM - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 

S

SavepointListener - Interface in org.postgresql.pljava
 
SECOND - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.PgSavepoint
 
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.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.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
 
SIGN - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
SIN - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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 (PostgreSQL 7.5 and later).
SingleRowReader(long, TupleDesc) - Constructor for class org.postgresql.pljava.jdbc.SingleRowReader
 
SingleRowResultSet - Class in org.postgresql.pljava.jdbc
A single row 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
 
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
 
SPACE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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
 
SPIConnection - Class in org.postgresql.pljava.jdbc
 
SPIConnection() - Constructor for class org.postgresql.pljava.jdbc.SPIConnection
 
SPIDatabaseMetaData - Class in org.postgresql.pljava.jdbc
 
SPIDatabaseMetaData(SPIConnection) - Constructor for class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
 
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.
SPIResultSetMetaData - Class in org.postgresql.pljava.jdbc
Implementation of ResultSetMetaData for SPIResultSet
SPIResultSetMetaData(TupleDesc) - Constructor for class org.postgresql.pljava.jdbc.SPIResultSetMetaData
Constructor.
SPIStatement - Class in org.postgresql.pljava.jdbc
 
SPIStatement(SPIConnection) - Constructor for class org.postgresql.pljava.jdbc.SPIStatement
 
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.
SQLInputFromChunk - Class in org.postgresql.pljava.jdbc
The SQLInputToChunk uses JNI to read from memory that has been allocated by the PostgreSQL backend.
SQLInputFromChunk(long, int) - Constructor for class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
SQLInputFromTuple - Class in org.postgresql.pljava.jdbc
A single row, updateable ResultSet specially made for triggers.
SQLInputFromTuple(long, TupleDesc) - Constructor for class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
SQLOutputToChunk - Class in org.postgresql.pljava.jdbc
The SQLOutputToChunk uses JNI to build a PostgreSQL StringInfo buffer in memory.
SQLOutputToChunk(long) - Constructor for class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
SQLOutputToTuple - Class in org.postgresql.pljava.jdbc
 
SQLOutputToTuple(TupleDesc) - Constructor for class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
SQLUtils - Class in org.postgresql.pljava.jdbc
Helpful utility commands when dealing with JDBC
SQLUtils() - Constructor for class org.postgresql.pljava.jdbc.SQLUtils
 
SQRT - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
StatementClosedException - Exception in org.postgresql.pljava.jdbc
 
StatementClosedException() - Constructor for exception org.postgresql.pljava.jdbc.StatementClosedException
 
storesLowerCaseIdentifiers() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
SUBSTRING - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
supportsAlterTableWithAddColumn() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsConvert() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsNamedParameters() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsOuterJoins() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSavepoints() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsStatementPooling() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
Retrieves weather this database supports statement pooling.
supportsStoredProcedures() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsTransactions() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsUnion() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
supportsUnionAll() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
SyntheticResultSet - Class in org.postgresql.pljava.jdbc
A Synthetic ResultSet that provides direct access to data stored in a ArrayList.
SyntheticResultSetMetaData - Class in org.postgresql.pljava.jdbc
Implementation of ResultSetMetaData for SyntheticResultSet
SyntheticResultSetMetaData(ResultSetField[]) - Constructor for class org.postgresql.pljava.jdbc.SyntheticResultSetMetaData
Constructor.

T

TAN - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
tell() - Method in class org.postgresql.pljava.internal.LargeObject
 
TEXT - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
THREADLOCK - Static variable in class org.postgresql.pljava.internal.Backend
All native calls synchronize on this object.
TIME - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
TIMESTAMP - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
TIMESTAMPTZ - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
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
 
TransactionListener - Interface in org.postgresql.pljava
 
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 - 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 - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.
TupleDesc - Class in org.postgresql.pljava.internal
The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleTable - Class in org.postgresql.pljava.internal
The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
TypeOid - Class in org.postgresql.pljava.jdbc
Provides constants for well-known backend OIDs for the types we commonly use.
TypeOid() - Constructor for class org.postgresql.pljava.jdbc.TypeOid
 

U

UCASE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
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.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.
updatesAreDetected(int) - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
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
 
USER - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
usesLocalFilePerTable() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 
usesLocalFiles() - Method in class org.postgresql.pljava.jdbc.SPIDatabaseMetaData
 

V

values() - Method in class org.postgresql.pljava.internal.TransactionalMap
 
VARCHAR - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 

W

wasNull() - Method in class org.postgresql.pljava.jdbc.ObjectResultSet
 
wasNull() - Method in class org.postgresql.pljava.jdbc.SQLInputFromChunk
 
wasNull() - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 
WEEK - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
write(byte[]) - Method in class org.postgresql.pljava.internal.LargeObject
 
writeArray(Array) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeArray(Array) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeAsciiStream(InputStream) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeAsciiStream(InputStream) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeBigDecimal(BigDecimal) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeBigDecimal(BigDecimal) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeBinaryStream(InputStream) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeBinaryStream(InputStream) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeBlob(Blob) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeBlob(Blob) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeBoolean(boolean) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeBoolean(boolean) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeByte(byte) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeByte(byte) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeBytes(byte[]) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeBytes(byte[]) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeCharacterStream(Reader) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeCharacterStream(Reader) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeClob(Clob) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeClob(Clob) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeDate(Date) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeDate(Date) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeDouble(double) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeDouble(double) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeFloat(float) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeFloat(float) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeInt(int) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeInt(int) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeLong(long) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeLong(long) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeObject(SQLData) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeObject(SQLData) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeRef(Ref) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeRef(Ref) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeShort(short) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeShort(short) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeString(String) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeString(String) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeStruct(Struct) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeStruct(Struct) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeTime(Time) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeTime(Time) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeTimestamp(Timestamp) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeTimestamp(Timestamp) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 
writeURL(URL) - Method in class org.postgresql.pljava.jdbc.SQLOutputToChunk
 
writeURL(URL) - Method in class org.postgresql.pljava.jdbc.SQLOutputToTuple
 

Y

YEAR - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 

_

_free(long) - Method in class org.postgresql.pljava.internal.ErrorData
 
_free(long) - Method in class org.postgresql.pljava.internal.HeapTupleHeader
 
_free(long) - Method in class org.postgresql.pljava.internal.JavaWrapper
Calls the C function pfree() with the given pointer as an argument.
_free(long) - Method in class org.postgresql.pljava.internal.Relation
 
_free(long) - Method in class org.postgresql.pljava.internal.TriggerData
 
_free(long) - Method in class org.postgresql.pljava.internal.Tuple
Calls the backend function heap_freetuple(HeapTuple tuple)
_free(long) - Method in class org.postgresql.pljava.internal.TupleDesc
Calls the backend function FreeTupleDesc(TupleDesc desc)
_free(long) - Method in class org.postgresql.pljava.jdbc.SingleRowReader
 
_free(long) - Method in class org.postgresql.pljava.jdbc.SQLInputFromTuple
 

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

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