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

A

addDataSource(String) - Method in class org.postgresql.ds.PGPoolingDataSource
 
addDataType(String, String) - Method in interface org.postgresql.PGConnection
Deprecated. As of 8.0, replaced by PGConnection.addDataType(String,Class). This deprecated method does not work correctly for registering classes that cannot be directly loaded by the JDBC driver's classloader.
addDataType(String, Class) - Method in interface org.postgresql.PGConnection
This allows client code to add a handler for one of org.postgresql's more unique data types.
addFunction(String, int) - Method in class org.postgresql.fastpath.Fastpath
This adds a function to our lookup table.
addFunctions(ResultSet) - Method in class org.postgresql.fastpath.Fastpath
This takes a ResultSet containing two columns.

B

BaseDataSource - Class in org.postgresql.ds.common
Base class for data sources and related classes.
BaseDataSource() - Constructor for class org.postgresql.ds.common.BaseDataSource
 
BlobInputStream - Class in org.postgresql.largeobject
This is an implementation of an InputStream from a large object.
BlobInputStream(LargeObject) - Constructor for class org.postgresql.largeobject.BlobInputStream
 
BlobInputStream(LargeObject, int) - Constructor for class org.postgresql.largeobject.BlobInputStream
 
BlobOutputStream - Class in org.postgresql.largeobject
This implements a basic output stream that writes to a LargeObject
BlobOutputStream(LargeObject) - Constructor for class org.postgresql.largeobject.BlobOutputStream
Create an OutputStream to a large object
BlobOutputStream(LargeObject, int) - Constructor for class org.postgresql.largeobject.BlobOutputStream
Create an OutputStream to a large object

C

center - Variable in class org.postgresql.geometric.PGcircle
This is the center point
clone() - Method in class org.postgresql.geometric.PGbox
 
clone() - Method in class org.postgresql.geometric.PGcircle
 
clone() - Method in class org.postgresql.geometric.PGline
 
clone() - Method in class org.postgresql.geometric.PGlseg
 
clone() - Method in class org.postgresql.geometric.PGpath
 
clone() - Method in class org.postgresql.geometric.PGpoint
 
clone() - Method in class org.postgresql.geometric.PGpolygon
 
clone() - Method in class org.postgresql.util.PGobject
This must be overidden to allow the object to be cloned
close() - Method in class org.postgresql.largeobject.BlobInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.postgresql.largeobject.BlobOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class org.postgresql.largeobject.LargeObject
This method closes the object.
closePath() - Method in class org.postgresql.geometric.PGpath
 
create() - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated. As of 8.3, replaced by LargeObjectManager.createLO()
create(int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated. As of 8.3, replaced by LargeObjectManager.createLO(int)
createConnectionEvent(SQLException) - Method in class org.postgresql.ds.PGPooledConnection
 
createLO() - Method in class org.postgresql.largeobject.LargeObjectManager
This creates a large object, returning its OID.
createLO(int) - Method in class org.postgresql.largeobject.LargeObjectManager
This creates a large object, returning its OID
createOIDArg(long) - Static method in class org.postgresql.fastpath.Fastpath
Creates a FastpathArg with an oid parameter.
createReference() - Method in class org.postgresql.ds.common.BaseDataSource
Generates a reference using the appropriate object factory.
createSocket(InetAddress, int) - Method in class org.postgresql.ssl.WrappedFactory
 
createSocket(String, int) - Method in class org.postgresql.ssl.WrappedFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.postgresql.ssl.WrappedFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.postgresql.ssl.WrappedFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.postgresql.ssl.WrappedFactory
 

D

DATE_NEGATIVE_INFINITY - Static variable in interface org.postgresql.PGStatement
 
DATE_POSITIVE_INFINITY - Static variable in interface org.postgresql.PGStatement
 
delete(long) - Method in class org.postgresql.largeobject.LargeObjectManager
This deletes a large object.
delete(int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated. As of 8.3, replaced by LargeObjectManager.delete(long)

E

equals(Object) - Method in class org.postgresql.geometric.PGbox
 
equals(Object) - Method in class org.postgresql.geometric.PGcircle
 
equals(Object) - Method in class org.postgresql.geometric.PGline
 
equals(Object) - Method in class org.postgresql.geometric.PGlseg
 
equals(Object) - Method in class org.postgresql.geometric.PGpath
 
equals(Object) - Method in class org.postgresql.geometric.PGpoint
 
equals(Object) - Method in class org.postgresql.geometric.PGpolygon
 
equals(Object) - Method in class org.postgresql.util.PGobject
This must be overidden to allow comparisons of objects

F

Fastpath - Class in org.postgresql.fastpath
This class implements the Fastpath api.
Fastpath(BaseConnection) - Constructor for class org.postgresql.fastpath.Fastpath
Initialises the fastpath system
fastpath(int, boolean, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Send a function call to the PostgreSQL backend
fastpath(String, boolean, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Send a function call to the PostgreSQL backend by name.
FastpathArg - Class in org.postgresql.fastpath
Each fastpath call requires an array of arguments, the number and type dependent on the function being called.
FastpathArg(int) - Constructor for class org.postgresql.fastpath.FastpathArg
Constructs an argument that consists of an integer value
FastpathArg(byte[]) - Constructor for class org.postgresql.fastpath.FastpathArg
Constructs an argument that consists of an array of bytes
FastpathArg(byte[], int, int) - Constructor for class org.postgresql.fastpath.FastpathArg
Constructs an argument that consists of part of a byte array
FastpathArg(String) - Constructor for class org.postgresql.fastpath.FastpathArg
Constructs an argument that consists of a String.
finalize() - Method in class org.postgresql.largeobject.LargeObject
Release large object resources during garbage cleanup
flush() - Method in class org.postgresql.largeobject.BlobOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.

G

getBaseColumnName(int) - Method in interface org.postgresql.PGResultSetMetaData
Returns the underlying column name of a query result, or "" if it is unable to be determined.
getBaseSchemaName(int) - Method in interface org.postgresql.PGResultSetMetaData
Returns the underlying table name of query result, or "" if it is unable to be determined.
getBaseTableName(int) - Method in interface org.postgresql.PGResultSetMetaData
Returns the underlying table name of query result, or "" if it is unable to be determined.
getConnection() - Method in class org.postgresql.ds.common.BaseDataSource
Gets a connection to the PostgreSQL database.
getConnection(String, String) - Method in class org.postgresql.ds.common.BaseDataSource
Gets a connection to the PostgreSQL database.
getData(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
This convenience method assumes that the return value is not an Integer
getDatabaseName() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the name of the PostgreSQL database, running on the server identified by the serverName property.
getDefaultCipherSuites() - Method in class org.postgresql.ssl.WrappedFactory
 
getDescription() - Method in class org.postgresql.ds.common.BaseDataSource
Gets a description of this DataSource-ish thing.
getDescription() - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Gets a description of this DataSource.
getEncoding() - Method in interface org.postgresql.PGConnection
Deprecated.  
getFastpathAPI() - Method in interface org.postgresql.PGConnection
This returns the Fastpath API for the current connection.
getID(String) - Method in class org.postgresql.fastpath.Fastpath
This returns the function id associated by its name.
getInputStream() - Method in class org.postgresql.largeobject.LargeObject
Returns an InputStream from this object.
getInteger(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
This convenience method assumes that the return value is an Integer
getLargeObjectAPI() - Method in interface org.postgresql.PGConnection
This returns the LargeObject API for the current connection.
getLastOID() - Method in interface org.postgresql.PGStatement
Returns the Last inserted/updated oid.
getLoginTimeout() - Method in class org.postgresql.ds.common.BaseDataSource
 
getLogWriter() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the log writer used to log connections opened.
getLongOID() - Method in class org.postgresql.largeobject.LargeObject
 
getName() - Method in interface org.postgresql.PGNotification
Returns name of this notification
getNotifications() - Method in interface org.postgresql.PGConnection
This method returns any notifications that have been received since the last call to this method.
getObject(String, String) - Method in interface org.postgresql.PGConnection
Deprecated.  
getOID(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
This convenience method assumes that the return value is an oid.
getOID() - Method in class org.postgresql.largeobject.LargeObject
Deprecated. As of 8.3, replaced by LargeObject.getLongOID()
getOutputStream() - Method in class org.postgresql.largeobject.LargeObject
Returns an OutputStream to this object.
getParameter() - Method in interface org.postgresql.PGNotification
Returns additional information from the notifying process.
getPassword() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the password to connect with by default.
getPGType(int) - Method in interface org.postgresql.PGConnection
Deprecated.  
getPGType(String) - Method in interface org.postgresql.PGConnection
Deprecated.  
getPID() - Method in interface org.postgresql.PGNotification
Returns the process id of the backend process making this notification
getPooledConnection() - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Gets a connection which may be pooled by the app server or middleware implementation of DataSource.
getPooledConnection(String, String) - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Gets a connection which may be pooled by the app server or middleware implementation of DataSource.
getPortNumber() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the port which the PostgreSQL server is listening on for TCP/IP connections.
getPrepareThreshold() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the default threshold for enabling server-side prepare.
getPrepareThreshold() - Method in interface org.postgresql.PGConnection
Get the default server-side prepare reuse threshold for statements created from this connection.
getPrepareThreshold() - Method in interface org.postgresql.PGStatement
Gets the server-side prepare reuse threshold in use for this statement.
getRefCursor() - Method in interface org.postgresql.PGRefCursorResultSet
Deprecated. As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet was obtained from.
getReference() - Method in class org.postgresql.ds.common.BaseDataSource
 
getServerName() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the name of the host the PostgreSQL database is running on.
getSQLType(String) - Method in interface org.postgresql.PGConnection
Deprecated.  
getSQLType(int) - Method in interface org.postgresql.PGConnection
Deprecated.  
getSupportedCipherSuites() - Method in class org.postgresql.ssl.WrappedFactory
 
getType() - Method in class org.postgresql.util.PGobject
As this cannot change during the life of the object, it's final.
getUser() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the user to connect as by default.
getValue() - Method in class org.postgresql.geometric.PGbox
 
getValue() - Method in class org.postgresql.geometric.PGcircle
 
getValue() - Method in class org.postgresql.geometric.PGline
 
getValue() - Method in class org.postgresql.geometric.PGlseg
 
getValue() - Method in class org.postgresql.geometric.PGpath
This returns the path in the syntax expected by org.postgresql
getValue() - Method in class org.postgresql.geometric.PGpoint
 
getValue() - Method in class org.postgresql.geometric.PGpolygon
 
getValue() - Method in class org.postgresql.util.PGobject
This must be overidden, to return the value of the object, in the form required by org.postgresql.

H

hashCode() - Method in class org.postgresql.geometric.PGbox
 
hashCode() - Method in class org.postgresql.geometric.PGcircle
 
hashCode() - Method in class org.postgresql.geometric.PGline
 
hashCode() - Method in class org.postgresql.geometric.PGlseg
 
hashCode() - Method in class org.postgresql.geometric.PGpath
 
hashCode() - Method in class org.postgresql.geometric.PGpoint
 
hashCode() - Method in class org.postgresql.geometric.PGpolygon
 

I

isClosed() - Method in class org.postgresql.geometric.PGpath
 
isDefaultAutoCommit() - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Gets whether connections supplied by this pool will have autoCommit turned on by default.
isOpen() - Method in class org.postgresql.geometric.PGpath
 
isUseServerPrepare() - Method in interface org.postgresql.PGStatement
Checks if this statement will be executed as a server-prepared statement.

L

LargeObject - Class in org.postgresql.largeobject
This class provides the basic methods required to run the interface, plus a pair of methods that provide InputStream and OutputStream classes for this object.
LargeObject(Fastpath, long, int) - Constructor for class org.postgresql.largeobject.LargeObject
This opens a large object.
LargeObjectManager - Class in org.postgresql.largeobject
This class implements the large object interface to org.postgresql.
LargeObjectManager(BaseConnection) - Constructor for class org.postgresql.largeobject.LargeObjectManager
Constructs the LargeObject API.

M

mark(int) - Method in class org.postgresql.largeobject.BlobInputStream
Marks the current position in this input stream.
markSupported() - Method in class org.postgresql.largeobject.BlobInputStream
Tests if this input stream supports the mark and reset methods.
move(int, int) - Method in class org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates.
move(double, double) - Method in class org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates.

N

NonValidatingFactory - Class in org.postgresql.ssl
Provide a SSLSocketFactory that allows SSL connections to be made without validating the server's certificate.
NonValidatingFactory(String) - Constructor for class org.postgresql.ssl.NonValidatingFactory
We provide a constructor that takes an unused argument solely because the ssl calling code will look for this constructor first and then fall back to the no argument constructor, so we avoid an exception and additional reflection lookups.

O

open - Variable in class org.postgresql.geometric.PGpath
True if the path is open, false if closed
open(int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated. As of 8.3, replaced by LargeObjectManager.open(long)
open(long) - Method in class org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, based on its OID.
open(int, int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated. As of 8.3, replaced by LargeObjectManager.open(long, int)
open(long, int) - Method in class org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, based on its OID
openPath() - Method in class org.postgresql.geometric.PGpath
 
org.postgresql - package org.postgresql
 
org.postgresql.ds - package org.postgresql.ds
 
org.postgresql.ds.common - package org.postgresql.ds.common
 
org.postgresql.fastpath - package org.postgresql.fastpath
 
org.postgresql.geometric - package org.postgresql.geometric
 
org.postgresql.largeobject - package org.postgresql.largeobject
 
org.postgresql.ssl - package org.postgresql.ssl
 
org.postgresql.util - package org.postgresql.util
 

P

PGbox - Class in org.postgresql.geometric
This represents the box datatype within org.postgresql.
PGbox(double, double, double, double) - Constructor for class org.postgresql.geometric.PGbox
 
PGbox(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGbox
 
PGbox(String) - Constructor for class org.postgresql.geometric.PGbox
 
PGbox() - Constructor for class org.postgresql.geometric.PGbox
Required constructor
PGcircle - Class in org.postgresql.geometric
This represents org.postgresql's circle datatype, consisting of a point and a radius
PGcircle(double, double, double) - Constructor for class org.postgresql.geometric.PGcircle
 
PGcircle(PGpoint, double) - Constructor for class org.postgresql.geometric.PGcircle
 
PGcircle(String) - Constructor for class org.postgresql.geometric.PGcircle
 
PGcircle() - Constructor for class org.postgresql.geometric.PGcircle
This constructor is used by the driver.
PGConnection - Interface in org.postgresql
This interface defines the public PostgreSQL extensions to java.sql.Connection.
PGConnectionPoolDataSource - Class in org.postgresql.ds
PostgreSQL implementation of ConnectionPoolDataSource.
PGConnectionPoolDataSource() - Constructor for class org.postgresql.ds.PGConnectionPoolDataSource
 
PGline - Class in org.postgresql.geometric
This implements a line consisting of two points.
PGline(double, double, double, double) - Constructor for class org.postgresql.geometric.PGline
 
PGline(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGline
 
PGline(String) - Constructor for class org.postgresql.geometric.PGline
 
PGline() - Constructor for class org.postgresql.geometric.PGline
reuired by the driver
PGlseg - Class in org.postgresql.geometric
This implements a lseg (line segment) consisting of two points
PGlseg(double, double, double, double) - Constructor for class org.postgresql.geometric.PGlseg
 
PGlseg(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGlseg
 
PGlseg(String) - Constructor for class org.postgresql.geometric.PGlseg
 
PGlseg() - Constructor for class org.postgresql.geometric.PGlseg
reuired by the driver
PGNotification - Interface in org.postgresql
This interface defines the public PostgreSQL extension for Notifications
PGobject - Class in org.postgresql.util
PGobject is a class used to describe unknown types An unknown type is any type that is unknown by JDBC Standards
PGobject() - Constructor for class org.postgresql.util.PGobject
This is called by org.postgresql.Connection.getObject() to create the object.
PGpath - Class in org.postgresql.geometric
This implements a path (a multiple segmented line, which may be closed)
PGpath(PGpoint[], boolean) - Constructor for class org.postgresql.geometric.PGpath
 
PGpath() - Constructor for class org.postgresql.geometric.PGpath
Required by the driver
PGpath(String) - Constructor for class org.postgresql.geometric.PGpath
 
PGpoint - Class in org.postgresql.geometric
It maps to the point datatype in org.postgresql.
PGpoint(double, double) - Constructor for class org.postgresql.geometric.PGpoint
 
PGpoint(String) - Constructor for class org.postgresql.geometric.PGpoint
This is called mainly from the other geometric types, when a point is embedded within their definition.
PGpoint() - Constructor for class org.postgresql.geometric.PGpoint
Required by the driver
PGpolygon - Class in org.postgresql.geometric
This implements the polygon datatype within PostgreSQL.
PGpolygon(PGpoint[]) - Constructor for class org.postgresql.geometric.PGpolygon
Creates a polygon using an array of PGpoints
PGpolygon(String) - Constructor for class org.postgresql.geometric.PGpolygon
 
PGpolygon() - Constructor for class org.postgresql.geometric.PGpolygon
Required by the driver
PGPooledConnection - Class in org.postgresql.ds
PostgreSQL implementation of the PooledConnection interface.
PGPooledConnection(Connection, boolean, boolean) - Constructor for class org.postgresql.ds.PGPooledConnection
 
PGPooledConnection(Connection, boolean) - Constructor for class org.postgresql.ds.PGPooledConnection
 
PGPoolingDataSource - Class in org.postgresql.ds
DataSource which uses connection pooling.
PGPoolingDataSource() - Constructor for class org.postgresql.ds.PGPoolingDataSource
 
PGRefCursorResultSet - Interface in org.postgresql
Deprecated. As of 8.0, this interface is only present for backwards- compatibility purposes. New code should call getString() on the ResultSet that contains the refcursor to obtain the underlying cursor name.
PGResultSetMetaData - Interface in org.postgresql
 
PGSimpleDataSource - Class in org.postgresql.ds
Simple DataSource which does not perform connection pooling.
PGSimpleDataSource() - Constructor for class org.postgresql.ds.PGSimpleDataSource
 
PGStatement - Interface in org.postgresql
This interface defines the public PostgreSQL extensions to java.sql.Statement.
point - Variable in class org.postgresql.geometric.PGbox
These are the two points.
point - Variable in class org.postgresql.geometric.PGline
These are the two points.
point - Variable in class org.postgresql.geometric.PGlseg
These are the two points.
points - Variable in class org.postgresql.geometric.PGpath
The points defining this path
points - Variable in class org.postgresql.geometric.PGpolygon
The points defining the polygon

R

radius - Variable in class org.postgresql.geometric.PGcircle
This is the radius
read() - Method in class org.postgresql.largeobject.BlobInputStream
The minimum required to implement input stream
read(int) - Method in class org.postgresql.largeobject.LargeObject
Reads some data from the object, and return as a byte[] array
read(byte[], int, int) - Method in class org.postgresql.largeobject.LargeObject
Reads some data from the object into an existing array
READ - Static variable in class org.postgresql.largeobject.LargeObjectManager
This mode indicates we want to read an object
readBaseObject(ObjectInputStream) - Method in class org.postgresql.ds.common.BaseDataSource
 
READWRITE - Static variable in class org.postgresql.largeobject.LargeObjectManager
This mode is the default.
reset() - Method in class org.postgresql.largeobject.BlobInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.

S

seek(int, int) - Method in class org.postgresql.largeobject.LargeObject
Sets the current position within the object.
seek(int) - Method in class org.postgresql.largeobject.LargeObject
Sets the current position within the object.
SEEK_CUR - Static variable in class org.postgresql.largeobject.LargeObject
Indicates a seek from the current position
SEEK_END - Static variable in class org.postgresql.largeobject.LargeObject
Indicates a seek from the end of a file
SEEK_SET - Static variable in class org.postgresql.largeobject.LargeObject
Indicates a seek from the begining of a file
setDatabaseName(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the name of the PostgreSQL database, running on the server identified by the serverName property.
setDefaultAutoCommit(boolean) - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Sets whether connections supplied by this pool will have autoCommit turned on by default.
setLocation(int, int) - Method in class org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates.
setLocation(Point) - Method in class org.postgresql.geometric.PGpoint
Moves the point to the supplied java.awt.Point refer to java.awt.Point for description of this
setLoginTimeout(int) - Method in class org.postgresql.ds.common.BaseDataSource
Set the login timeout, in seconds.
setLogWriter(PrintWriter) - Method in class org.postgresql.ds.common.BaseDataSource
The DataSource will note every connection opened to the provided log writer.
setPassword(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the password to connect with by default.
setPortNumber(int) - Method in class org.postgresql.ds.common.BaseDataSource
Gets the port which the PostgreSQL server is listening on for TCP/IP connections.
setPrepareThreshold(int) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the default threshold for enabling server-side prepare.
setPrepareThreshold(int) - Method in interface org.postgresql.PGConnection
Set the default statement reuse threshold before enabling server-side prepare.
setPrepareThreshold(int) - Method in interface org.postgresql.PGStatement
Sets the reuse threshold for using server-prepared statements.
setServerName(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the name of the host the PostgreSQL database is running on.
setType(String) - Method in class org.postgresql.util.PGobject
This method sets the type of this object.
setUser(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the user to connect as by default.
setUseServerPrepare(boolean) - Method in interface org.postgresql.PGStatement
Deprecated. As of build 302, replaced by setPrepareThreshold(int)
setValue(String) - Method in class org.postgresql.geometric.PGbox
This method sets the value of this object.
setValue(String) - Method in class org.postgresql.geometric.PGcircle
 
setValue(String) - Method in class org.postgresql.geometric.PGline
 
setValue(String) - Method in class org.postgresql.geometric.PGlseg
 
setValue(String) - Method in class org.postgresql.geometric.PGpath
 
setValue(String) - Method in class org.postgresql.geometric.PGpoint
 
setValue(String) - Method in class org.postgresql.geometric.PGpolygon
 
setValue(String) - Method in class org.postgresql.util.PGobject
This method sets the value of this object.
size() - Method in class org.postgresql.largeobject.LargeObject
This method is inefficient, as the only way to find out the size of the object is to seek to the end, record the current position, then return to the original position.

T

tell() - Method in class org.postgresql.largeobject.LargeObject
 
toString() - Method in class org.postgresql.util.PGobject
This is defined here, so user code need not overide it.
translate(int, int) - Method in class org.postgresql.geometric.PGpoint
Translate the point by the supplied amount.
translate(double, double) - Method in class org.postgresql.geometric.PGpoint
Translate the point by the supplied amount.
type - Variable in class org.postgresql.util.PGobject
 

U

unlink(int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated. As of 8.3, replaced by LargeObjectManager.unlink(long)
unlink(long) - Method in class org.postgresql.largeobject.LargeObjectManager
This deletes a large object.

V

value - Variable in class org.postgresql.util.PGobject
 

W

WrappedFactory - Class in org.postgresql.ssl
Provide a wrapper to a real SSLSocketFactory delegating all calls to the contained instance.
WrappedFactory() - Constructor for class org.postgresql.ssl.WrappedFactory
 
write(int) - Method in class org.postgresql.largeobject.BlobOutputStream
 
write(byte[], int, int) - Method in class org.postgresql.largeobject.BlobOutputStream
 
write(byte[]) - Method in class org.postgresql.largeobject.LargeObject
Writes an array to the object
write(byte[], int, int) - Method in class org.postgresql.largeobject.LargeObject
Writes some data from an array to the object
WRITE - Static variable in class org.postgresql.largeobject.LargeObjectManager
This mode indicates we want to write to an object
writeBaseObject(ObjectOutputStream) - Method in class org.postgresql.ds.common.BaseDataSource
 

X

x - Variable in class org.postgresql.geometric.PGpoint
The X coordinate of the point

Y

y - Variable in class org.postgresql.geometric.PGpoint
The Y coordinate of the point

_

_factory - Variable in class org.postgresql.ssl.WrappedFactory
 

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