- cancelCopy() - Method in interface com.foundationdb.sql.jdbc.copy.CopyOperation
-
Cancels this copy operation, discarding any exchanged data.
- cancelCopy() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyInputStream
-
- cancelCopy() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
- center - Variable in class com.foundationdb.sql.jdbc.geometric.PGcircle
-
This is the center point
- checkClientTrusted(X509Certificate[], String) - Method in class com.foundationdb.sql.jdbc.ssl.NonValidatingFactory.NonValidatingTM
-
- checkServerTrusted(X509Certificate[], String) - Method in class com.foundationdb.sql.jdbc.ssl.NonValidatingFactory.NonValidatingTM
-
- clone() - Method in class com.foundationdb.sql.jdbc.geometric.PGbox
-
- clone() - Method in class com.foundationdb.sql.jdbc.geometric.PGcircle
-
- clone() - Method in class com.foundationdb.sql.jdbc.geometric.PGline
-
- clone() - Method in class com.foundationdb.sql.jdbc.geometric.PGlseg
-
- clone() - Method in class com.foundationdb.sql.jdbc.geometric.PGpath
-
- clone() - Method in class com.foundationdb.sql.jdbc.geometric.PGpolygon
-
- clone() - Method in class com.foundationdb.sql.jdbc.util.PGobject
-
This must be overidden to allow the object to be cloned
- close() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyInputStream
-
- close() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
- close() - Method in class com.foundationdb.sql.jdbc.largeobject.BlobInputStream
-
Closes this input stream and releases any system resources associated
with the stream.
- close() - Method in class com.foundationdb.sql.jdbc.largeobject.BlobOutputStream
-
Closes this output stream and releases any system resources
associated with this stream.
- close() - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
This method closes the object.
- closePath() - Method in class com.foundationdb.sql.jdbc.geometric.PGpath
-
- com.foundationdb.sql.jdbc - package com.foundationdb.sql.jdbc
-
- com.foundationdb.sql.jdbc.copy - package com.foundationdb.sql.jdbc.copy
-
- com.foundationdb.sql.jdbc.ds - package com.foundationdb.sql.jdbc.ds
-
- com.foundationdb.sql.jdbc.ds.common - package com.foundationdb.sql.jdbc.ds.common
-
- com.foundationdb.sql.jdbc.fastpath - package com.foundationdb.sql.jdbc.fastpath
-
- com.foundationdb.sql.jdbc.geometric - package com.foundationdb.sql.jdbc.geometric
-
- com.foundationdb.sql.jdbc.largeobject - package com.foundationdb.sql.jdbc.largeobject
-
- com.foundationdb.sql.jdbc.ssl - package com.foundationdb.sql.jdbc.ssl
-
- com.foundationdb.sql.jdbc.util - package com.foundationdb.sql.jdbc.util
-
- com.foundationdb.sql.jdbc.xa - package com.foundationdb.sql.jdbc.xa
-
- copy() - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
- CopyIn - Interface in com.foundationdb.sql.jdbc.copy
-
Copy bulk data from client into a PostgreSQL table very fast.
- copyIn(String) - Method in class com.foundationdb.sql.jdbc.copy.CopyManager
-
- copyIn(String, Reader) - Method in class com.foundationdb.sql.jdbc.copy.CopyManager
-
Use COPY FROM STDIN for very fast copying from a Reader into a database table.
- copyIn(String, Reader, int) - Method in class com.foundationdb.sql.jdbc.copy.CopyManager
-
Use COPY FROM STDIN for very fast copying from a Reader into a database table.
- copyIn(String, InputStream) - Method in class com.foundationdb.sql.jdbc.copy.CopyManager
-
Use COPY FROM STDIN for very fast copying from an InputStream into a database table.
- copyIn(String, InputStream, int) - Method in class com.foundationdb.sql.jdbc.copy.CopyManager
-
Use COPY FROM STDIN for very fast copying from an InputStream into a database table.
- CopyManager - Class in com.foundationdb.sql.jdbc.copy
-
API for PostgreSQL COPY bulk data transfer
- CopyManager(BaseConnection) - Constructor for class com.foundationdb.sql.jdbc.copy.CopyManager
-
- CopyOperation - Interface in com.foundationdb.sql.jdbc.copy
-
Exchange bulk data between client and PostgreSQL database tables.
- copyOut(String) - Method in class com.foundationdb.sql.jdbc.copy.CopyManager
-
- copyOut(String, Writer) - Method in class com.foundationdb.sql.jdbc.copy.CopyManager
-
Pass results of a COPY TO STDOUT query from database into a Writer.
- copyOut(String, OutputStream) - Method in class com.foundationdb.sql.jdbc.copy.CopyManager
-
Pass results of a COPY TO STDOUT query from database into an OutputStream.
- CopyOut - Interface in com.foundationdb.sql.jdbc.copy
-
- create() - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObjectManager
-
- create(int) - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObjectManager
-
- createConnectionEvent(SQLException) - Method in class com.foundationdb.sql.jdbc.ds.FDBPooledConnection
-
- createLO() - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObjectManager
-
This creates a large object, returning its OID.
- createLO(int) - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObjectManager
-
This creates a large object, returning its OID
- createOIDArg(long) - Static method in class com.foundationdb.sql.jdbc.fastpath.Fastpath
-
Creates a FastpathArg with an oid parameter.
- createReference() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Generates a reference using the appropriate object factory.
- createSocket(InetAddress, int) - Method in class com.foundationdb.sql.jdbc.ssl.WrappedFactory
-
- createSocket(String, int) - Method in class com.foundationdb.sql.jdbc.ssl.WrappedFactory
-
- createSocket(String, int, InetAddress, int) - Method in class com.foundationdb.sql.jdbc.ssl.WrappedFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class com.foundationdb.sql.jdbc.ssl.WrappedFactory
-
- createSocket(Socket, String, int, boolean) - Method in class com.foundationdb.sql.jdbc.ssl.WrappedFactory
-
- Fastpath - Class in com.foundationdb.sql.jdbc.fastpath
-
This class implements the Fastpath api.
- Fastpath(BaseConnection) - Constructor for class com.foundationdb.sql.jdbc.fastpath.Fastpath
-
Initialises the fastpath system
- fastpath(int, boolean, FastpathArg[]) - Method in class com.foundationdb.sql.jdbc.fastpath.Fastpath
-
Send a function call to the PostgreSQL backend
- fastpath(String, boolean, FastpathArg[]) - Method in class com.foundationdb.sql.jdbc.fastpath.Fastpath
-
Send a function call to the PostgreSQL backend by name.
- FastpathArg - Class in com.foundationdb.sql.jdbc.fastpath
-
Each fastpath call requires an array of arguments, the number and type
dependent on the function being called.
- FastpathArg(int) - Constructor for class com.foundationdb.sql.jdbc.fastpath.FastpathArg
-
Constructs an argument that consists of an integer value
- FastpathArg(byte[]) - Constructor for class com.foundationdb.sql.jdbc.fastpath.FastpathArg
-
Constructs an argument that consists of an array of bytes
- FastpathArg(byte[], int, int) - Constructor for class com.foundationdb.sql.jdbc.fastpath.FastpathArg
-
Constructs an argument that consists of part of a byte array
- FastpathArg(String) - Constructor for class com.foundationdb.sql.jdbc.fastpath.FastpathArg
-
Constructs an argument that consists of a String.
- FDBConnectionPoolDataSource - Class in com.foundationdb.sql.jdbc.ds
-
PostgreSQL implementation of ConnectionPoolDataSource.
- FDBConnectionPoolDataSource() - Constructor for class com.foundationdb.sql.jdbc.ds.FDBConnectionPoolDataSource
-
- FDBPooledConnection - Class in com.foundationdb.sql.jdbc.ds
-
PostgreSQL implementation of the PooledConnection interface.
- FDBPooledConnection(Connection, boolean, boolean) - Constructor for class com.foundationdb.sql.jdbc.ds.FDBPooledConnection
-
- FDBPooledConnection(Connection, boolean) - Constructor for class com.foundationdb.sql.jdbc.ds.FDBPooledConnection
-
- FDBPoolingDataSource - Class in com.foundationdb.sql.jdbc.ds
-
DataSource which uses connection pooling.
- FDBPoolingDataSource() - Constructor for class com.foundationdb.sql.jdbc.ds.FDBPoolingDataSource
-
- FDBSimpleDataSource - Class in com.foundationdb.sql.jdbc.ds
-
Simple DataSource which does not perform connection pooling.
- FDBSimpleDataSource() - Constructor for class com.foundationdb.sql.jdbc.ds.FDBSimpleDataSource
-
- FDBXADataSource - Class in com.foundationdb.sql.jdbc.xa
-
XA-enabled DataSource implementation.
- FDBXADataSource() - Constructor for class com.foundationdb.sql.jdbc.xa.FDBXADataSource
-
- flush() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
- flush() - Method in class com.foundationdb.sql.jdbc.largeobject.BlobOutputStream
-
Flushes this output stream and forces any buffered output bytes
to be written out.
- flushCopy() - Method in interface com.foundationdb.sql.jdbc.copy.CopyIn
-
Force any buffered output to be sent over the network to the
backend.
- flushCopy() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
- getAcceptedIssuers() - Method in class com.foundationdb.sql.jdbc.ssl.NonValidatingFactory.NonValidatingTM
-
- getApplicationName() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getBackendPID() - Method in interface com.foundationdb.sql.jdbc.PGConnection
-
Return the process ID (PID) of the backend server process handling this connection.
- getBinaryTransfer() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the protocol transfer mode.
- getBinaryTransferDisable() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets override set of Oid values that have binary transfer disabled.
- getBinaryTransferEnable() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets override set of Oid values that have binary transfer enabled.
- getColumn() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getCompatible() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getConnection() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets a connection to the PostgreSQL database.
- getConnection(String, String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets a connection to the PostgreSQL database.
- getConstraint() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getCopyAPI() - Method in interface com.foundationdb.sql.jdbc.PGConnection
-
This returns the COPY API for the current connection.
- getData(String, FastpathArg[]) - Method in class com.foundationdb.sql.jdbc.fastpath.Fastpath
-
This convenience method assumes that the return value is not an Integer
- getDatabaseName() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the name of the PostgreSQL database, running on the server identified
by the serverName property.
- getDatatype() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getDays() - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Returns the days represented by this interval
- getDefaultCipherSuites() - Method in class com.foundationdb.sql.jdbc.ssl.WrappedFactory
-
- getDescription() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets a description of this DataSource-ish thing.
- getDetail() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getFastpathAPI() - Method in interface com.foundationdb.sql.jdbc.PGConnection
-
This returns the Fastpath API for the current connection.
- getFieldCount() - Method in interface com.foundationdb.sql.jdbc.copy.CopyOperation
-
- getFieldCount() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyInputStream
-
- getFieldCount() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
- getFieldFormat(int) - Method in interface com.foundationdb.sql.jdbc.copy.CopyOperation
-
- getFieldFormat(int) - Method in class com.foundationdb.sql.jdbc.copy.PGCopyInputStream
-
- getFieldFormat(int) - Method in class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
- getFile() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getFormat() - Method in interface com.foundationdb.sql.jdbc.copy.CopyOperation
-
- getFormat() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyInputStream
-
- getFormat() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
- getFormat(int) - Method in interface com.foundationdb.sql.jdbc.PGResultSetMetaData
-
Is a column Text or Binary?
- getHandledRowCount() - Method in interface com.foundationdb.sql.jdbc.copy.CopyOperation
-
After succesful end of copy, returns the number
of database records handled in that operation.
- getHandledRowCount() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyInputStream
-
- getHandledRowCount() - Method in class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
- getHint() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getHours() - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Returns the hours represented by this interval
- getID(String) - Method in class com.foundationdb.sql.jdbc.fastpath.Fastpath
-
This returns the function id associated by its name.
- getInputStream() - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
Returns an InputStream from this object.
- getInteger(String, FastpathArg[]) - Method in class com.foundationdb.sql.jdbc.fastpath.Fastpath
-
This convenience method assumes that the return value is an Integer
- getInternalPosition() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getInternalQuery() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getLargeObjectAPI() - Method in interface com.foundationdb.sql.jdbc.PGConnection
-
This returns the LargeObject API for the current connection.
- getLastOID() - Method in interface com.foundationdb.sql.jdbc.PGStatement
-
Returns the Last inserted/updated oid.
- getLine() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getLoginTimeout() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getLogLevel() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getLogWriter() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the log writer used to log connections opened.
- getLongOID() - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
- getMessage() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getMinutes() - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Returns the minutes represented by this interval
- getMonths() - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Returns the months represented by this interval
- getName() - Method in interface com.foundationdb.sql.jdbc.PGNotification
-
Returns name of this notification
- getNotifications() - Method in interface com.foundationdb.sql.jdbc.PGConnection
-
This method returns any notifications that have been received
since the last call to this method.
- getOID(String, FastpathArg[]) - Method in class com.foundationdb.sql.jdbc.fastpath.Fastpath
-
This convenience method assumes that the return value is an oid.
- getOID() - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
- getOutputStream() - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
Returns an OutputStream to this object.
- getParameter() - Method in interface com.foundationdb.sql.jdbc.PGNotification
-
Returns additional information from the notifying process.
- getPassword() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the password to connect with by default.
- getPID() - Method in interface com.foundationdb.sql.jdbc.PGNotification
-
Returns the process id of the backend process making this notification
- getPortNumber() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the port which the PostgreSQL server is listening on for TCP/IP
connections.
- getPosition() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getPrepareThreshold() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the default threshold for enabling server-side prepare.
- getPrepareThreshold() - Method in interface com.foundationdb.sql.jdbc.PGConnection
-
Get the default server-side prepare reuse threshold for statements created
from this connection.
- getPrepareThreshold() - Method in interface com.foundationdb.sql.jdbc.PGStatement
-
Gets the server-side prepare reuse threshold in use for this statement.
- getProtocol() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getProtocolVersion() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getReceiveBufferSize() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the write buffer size of TCP/IP socket.
- getRefCursor() - Method in interface com.foundationdb.sql.jdbc.PGRefCursorResultSet
-
Deprecated.
As of 8.0, replaced with calling getString() on
the ResultSet that this ResultSet was obtained from.
- getReference() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getRoutine() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getSchema() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getSeconds() - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Returns the seconds represented by this interval
- getSendBufferSize() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the send buffer size of TCP/IP socket.
- getServerName() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the name of the host the PostgreSQL database is running on.
- getSeverity() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getSocketTimeout() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getSQLState() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getSsl() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets SSL encryption setting.
- getSslfactory() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the name of the SSLSocketFactory used for connections.
- getStringType() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getSupportedCipherSuites() - Method in class com.foundationdb.sql.jdbc.ssl.WrappedFactory
-
- getTable() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getTcpKeepAlive() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getType() - Method in class com.foundationdb.sql.jdbc.util.PGobject
-
As this cannot change during the life of the object, it's final.
- getUnknownLength() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- getUrl() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Generates a DriverManager URL from the other properties supplied.
- getUser() - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the user to connect as by default.
- getValue() - Method in class com.foundationdb.sql.jdbc.geometric.PGbox
-
- getValue() - Method in class com.foundationdb.sql.jdbc.geometric.PGcircle
-
- getValue() - Method in class com.foundationdb.sql.jdbc.geometric.PGline
-
- getValue() - Method in class com.foundationdb.sql.jdbc.geometric.PGlseg
-
- getValue() - Method in class com.foundationdb.sql.jdbc.geometric.PGpath
-
This returns the path in the syntax expected by org.postgresql
- getValue() - Method in class com.foundationdb.sql.jdbc.geometric.PGpoint
-
- getValue() - Method in class com.foundationdb.sql.jdbc.geometric.PGpolygon
-
- getValue() - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Returns the stored interval information as a string
- getValue() - Method in class com.foundationdb.sql.jdbc.util.PGmoney
-
- getValue() - Method in class com.foundationdb.sql.jdbc.util.PGobject
-
This must be overidden, to return the value of the object, in the
form required by org.postgresql.
- getWhere() - Method in class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- getYears() - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Returns the years represented by this interval
- PGbox - Class in com.foundationdb.sql.jdbc.geometric
-
This represents the box datatype within org.postgresql.
- PGbox(double, double, double, double) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGbox
-
- PGbox(PGpoint, PGpoint) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGbox
-
- PGbox(String) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGbox
-
- PGbox() - Constructor for class com.foundationdb.sql.jdbc.geometric.PGbox
-
Required constructor
- PGcircle - Class in com.foundationdb.sql.jdbc.geometric
-
This represents org.postgresql's circle datatype, consisting of a point
and a radius
- PGcircle(double, double, double) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGcircle
-
- PGcircle(PGpoint, double) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGcircle
-
- PGcircle(String) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGcircle
-
- PGcircle() - Constructor for class com.foundationdb.sql.jdbc.geometric.PGcircle
-
This constructor is used by the driver.
- PGConnection - Interface in com.foundationdb.sql.jdbc
-
This interface defines the public PostgreSQL extensions to
java.sql.Connection.
- PGCopyInputStream - Class in com.foundationdb.sql.jdbc.copy
-
InputStream for reading from a PostgreSQL COPY TO STDOUT operation
- PGCopyInputStream(PGConnection, String) - Constructor for class com.foundationdb.sql.jdbc.copy.PGCopyInputStream
-
Uses given connection for specified COPY TO STDOUT operation
- PGCopyInputStream(CopyOut) - Constructor for class com.foundationdb.sql.jdbc.copy.PGCopyInputStream
-
Use given CopyOut operation for reading
- PGCopyOutputStream - Class in com.foundationdb.sql.jdbc.copy
-
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation
- PGCopyOutputStream(PGConnection, String) - Constructor for class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
Uses given connection for specified COPY FROM STDIN operation
- PGCopyOutputStream(PGConnection, String, int) - Constructor for class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
Uses given connection for specified COPY FROM STDIN operation
- PGCopyOutputStream(CopyIn) - Constructor for class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
Use given CopyIn operation for writing
- PGCopyOutputStream(CopyIn, int) - Constructor for class com.foundationdb.sql.jdbc.copy.PGCopyOutputStream
-
Use given CopyIn operation for writing
- PGInterval - Class in com.foundationdb.sql.jdbc.util
-
This implements a class that handles the PostgreSQL interval type
- PGInterval() - Constructor for class com.foundationdb.sql.jdbc.util.PGInterval
-
required by the driver
- PGInterval(String) - Constructor for class com.foundationdb.sql.jdbc.util.PGInterval
-
Initialize a interval with a given interval string representation
- PGInterval(int, int, int, int, int, double) - Constructor for class com.foundationdb.sql.jdbc.util.PGInterval
-
Initializes all values of this interval to the specified values
- PGline - Class in com.foundationdb.sql.jdbc.geometric
-
This implements a line consisting of two points.
- PGline(double, double, double, double) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGline
-
- PGline(PGpoint, PGpoint) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGline
-
- PGline(String) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGline
-
- PGline() - Constructor for class com.foundationdb.sql.jdbc.geometric.PGline
-
reuired by the driver
- PGlseg - Class in com.foundationdb.sql.jdbc.geometric
-
This implements a lseg (line segment) consisting of two points
- PGlseg(double, double, double, double) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGlseg
-
- PGlseg(PGpoint, PGpoint) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGlseg
-
- PGlseg(String) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGlseg
-
- PGlseg() - Constructor for class com.foundationdb.sql.jdbc.geometric.PGlseg
-
reuired by the driver
- PGmoney - Class in com.foundationdb.sql.jdbc.util
-
This implements a class that handles the PostgreSQL money and cash types
- PGmoney(double) - Constructor for class com.foundationdb.sql.jdbc.util.PGmoney
-
- PGmoney(String) - Constructor for class com.foundationdb.sql.jdbc.util.PGmoney
-
- PGmoney() - Constructor for class com.foundationdb.sql.jdbc.util.PGmoney
-
- PGNotification - Interface in com.foundationdb.sql.jdbc
-
This interface defines the public PostgreSQL extension for Notifications
- PGobject - Class in com.foundationdb.sql.jdbc.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 com.foundationdb.sql.jdbc.util.PGobject
-
This is called by org.postgresql.Connection.getObject() to create the
object.
- PGpath - Class in com.foundationdb.sql.jdbc.geometric
-
This implements a path (a multiple segmented line, which may be closed)
- PGpath(PGpoint[], boolean) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpath
-
- PGpath() - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpath
-
Required by the driver
- PGpath(String) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpath
-
- PGpoint - Class in com.foundationdb.sql.jdbc.geometric
-
It maps to the point datatype in org.postgresql.
- PGpoint(double, double) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpoint
-
- PGpoint(String) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpoint
-
This is called mainly from the other geometric types, when a
point is embedded within their definition.
- PGpoint() - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpoint
-
Required by the driver
- PGpolygon - Class in com.foundationdb.sql.jdbc.geometric
-
This implements the polygon datatype within PostgreSQL.
- PGpolygon(PGpoint[]) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpolygon
-
Creates a polygon using an array of PGpoints
- PGpolygon(String) - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpolygon
-
- PGpolygon() - Constructor for class com.foundationdb.sql.jdbc.geometric.PGpolygon
-
Required by the driver
- PGRefCursorResultSet - Interface in com.foundationdb.sql.jdbc
-
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 com.foundationdb.sql.jdbc
-
- PGStatement - Interface in com.foundationdb.sql.jdbc
-
This interface defines the public PostgreSQL extensions to
java.sql.Statement.
- point - Variable in class com.foundationdb.sql.jdbc.geometric.PGbox
-
These are the two points.
- point - Variable in class com.foundationdb.sql.jdbc.geometric.PGline
-
These are the two points.
- point - Variable in class com.foundationdb.sql.jdbc.geometric.PGlseg
-
These are the two points.
- points - Variable in class com.foundationdb.sql.jdbc.geometric.PGpath
-
The points defining this path
- points - Variable in class com.foundationdb.sql.jdbc.geometric.PGpolygon
-
The points defining the polygon
- scale(int) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Scale this interval by an integer factor.
- seek(int, int) - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
Sets the current position within the object.
- seek(int) - Method in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
Sets the current position within the object.
- SEEK_CUR - Static variable in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
Indicates a seek from the current position
- SEEK_END - Static variable in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
Indicates a seek from the end of a file
- SEEK_SET - Static variable in class com.foundationdb.sql.jdbc.largeobject.LargeObject
-
Indicates a seek from the begining of a file
- ServerErrorMessage - Class in com.foundationdb.sql.jdbc.util
-
- ServerErrorMessage(String, int) - Constructor for class com.foundationdb.sql.jdbc.util.ServerErrorMessage
-
- setApplicationName(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- setBinaryTransfer(boolean) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets protocol transfer mode.
- setBinaryTransferDisable(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Add types to the override set of Oid values that will not be used for binary transfer.
- setBinaryTransferEnable(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Add types to the override set of Oid values used for binary transfer.
- setByteValue(byte[], int) - Method in class com.foundationdb.sql.jdbc.geometric.PGbox
-
- setByteValue(byte[], int) - Method in class com.foundationdb.sql.jdbc.geometric.PGpoint
-
- setCompatible(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- setDatabaseName(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets the name of the PostgreSQL database, running on the server identified
by the serverName property.
- setDays(int) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Set the days of this interval to the specified value
- setHours(int) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Set the hours of this interval to the specified value
- setLocation(int, int) - Method in class com.foundationdb.sql.jdbc.geometric.PGpoint
-
Moves the point to the supplied coordinates.
- setLocation(Point) - Method in class com.foundationdb.sql.jdbc.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 com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Set the login timeout, in seconds.
- setLogLevel(int) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- setLogWriter(PrintWriter) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
The DataSource will note every connection opened to the provided log writer.
- setMinutes(int) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Set the minutes of this interval to the specified value
- setMonths(int) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Set the months of this interval to the specified value
- setPassword(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets the password to connect with by default.
- setPortNumber(int) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Gets the port which the PostgreSQL server is listening on for TCP/IP
connections.
- setPrepareThreshold(int) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets the default threshold for enabling server-side prepare.
- setPrepareThreshold(int) - Method in interface com.foundationdb.sql.jdbc.PGConnection
-
Set the default statement reuse threshold before enabling server-side
prepare.
- setPrepareThreshold(int) - Method in interface com.foundationdb.sql.jdbc.PGStatement
-
Sets the reuse threshold for using server-prepared statements.
- setProtocol(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- setProtocolVersion(int) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- setReceiveBufferSize(int) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets the write buffer size of TCP/IP socket.
- setSeconds(double) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Set the seconds of this interval to the specified value
- setSendBufferSize(int) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets the send buffer size of TCP/IP socket.
- setServerName(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets the name of the host the PostgreSQL database is running on.
- setSocketTimeout(int) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets the socket timeout (SOTimeout), in seconds
- setSsl(boolean) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Set whether the connection will be SSL encrypted or not.
- setSslfactory(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Set the name of the SSLSocketFactory to use for connections.
- setStringType(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- setTcpKeepAlive(boolean) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- setType(String) - Method in class com.foundationdb.sql.jdbc.util.PGobject
-
This method sets the type of this object.
- setUnknownLength(int) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
- setUrl(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets properties from a DriverManager URL.
- setUser(String) - Method in class com.foundationdb.sql.jdbc.ds.common.BaseDataSource
-
Sets the user to connect as by default.
- setUseServerPrepare(boolean) - Method in interface com.foundationdb.sql.jdbc.PGStatement
-
- setValue(String) - Method in class com.foundationdb.sql.jdbc.geometric.PGbox
-
This method sets the value of this object.
- setValue(String) - Method in class com.foundationdb.sql.jdbc.geometric.PGcircle
-
- setValue(String) - Method in class com.foundationdb.sql.jdbc.geometric.PGline
-
- setValue(String) - Method in class com.foundationdb.sql.jdbc.geometric.PGlseg
-
- setValue(String) - Method in class com.foundationdb.sql.jdbc.geometric.PGpath
-
- setValue(String) - Method in class com.foundationdb.sql.jdbc.geometric.PGpoint
-
- setValue(String) - Method in class com.foundationdb.sql.jdbc.geometric.PGpolygon
-
- setValue(String) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Sets a interval string represented value to this instance.
- setValue(int, int, int, int, int, double) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Set all values of this interval to the specified values
- setValue(String) - Method in class com.foundationdb.sql.jdbc.util.PGmoney
-
- setValue(String) - Method in class com.foundationdb.sql.jdbc.util.PGobject
-
This method sets the value of this object.
- setYears(int) - Method in class com.foundationdb.sql.jdbc.util.PGInterval
-
Set the years of this interval to the specified value
- size() - Method in class com.foundationdb.sql.jdbc.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.