|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.
PgArrayList
.
Statement
is automatically closed when it is garbage
collected, it is better to close it explicitly to lower resource consumption.
Statement
is automatically closed when it is garbage
collected, it is better to close it explicitly to lower resource consumption.
PGConnectionPoolDataSource
LargeObjectManager.createLO()
LargeObjectManager.createLO(int)
SimpleDataSource
or a PoolingDataSource
depending on the presence in the supplied properties of any pool-related property (eg.: JDBC_INITIAL_POOL_SIZE
or JDBC_MAX_POOL_SIZE
)
QueryExecutor.fastpathCall(int, org.postgresql.core.ParameterList, boolean)
.
PGReplicationConnection.replicationStream()
Replication slots provide an automated way to ensure that the master does not remove WAL
segments until they have been received by all standbys, and that the master does not remove
rows which could cause a recovery conflict even when the standby is disconnected.
LargeObjectManager.delete(long)
DriverManager
when
the class is loaded.
Fastpath.fastpath(int, FastpathArg[])
Fastpath.getData(String, FastpathArg[])
if you expect a binary result, or one
of Fastpath.getInteger(String, FastpathArg[])
or
Fastpath.getLong(String, FastpathArg[])
if you expect a numeric one
Version
.
Properties
or the
default value
ResultSet
object as a boolean
in the Java programming language.
Properties
ResultSet.getObject
is called to retrieve a value from the column.
InputStream
from this object.
InputStream
from this object, that will limit the amount of data that is
visible
Properties
Integer
value for this connection parameter in the given Properties
Properties
.
PGReplicationStream.read()
method.
LargeObject.getLongOID()
OutputStream
to this object.
${propKey}
like references replaced with the value of
the relevant property with recursive resolution.
SocketFactory
based on the PGProperty.SOCKET_FACTORY
DriverManager
URL from the other properties supplied.
HostChooser
instance based on the number of hosts and properties.Properties
PGConnectionPoolDataSource
PGPoolingDataSource
PGSimpleDataSource
Parser.modifyJdbcCall(String, boolean, int, int)
.pgConnection
.getReplicationAPI()
.createReplicationSlot()
.logical()
.withSlotName("mySlot")
.withOutputPlugin("test_decoding")
.make();
PGReplicationStream stream =
pgConnection
.getReplicationAPI()
.replicationStream()
.logical()
.withSlotName("mySlot")
.withSlotOption("include-xids", false)
.withSlotOption("skip-empty-xacts", true)
.start();
while (true) {
ByteBuffer buffer = stream.read();
//process logical changes
}
mark
and reset
methods.
LargeObjectManager.open(long)
LargeObjectManager.open(long, int)
ConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties)
for a particular protocol version.
Version
instance
PGobject
can use to take advantage of
more optimal binary encoding of the data type.PGProperty.REPLICATION
and PGProperty.ASSUME_MIN_SERVER_VERSION
.PGStream.PGStream(SocketFactory, org.postgresql.util.HostSpec, int)
PGTime
without a time zone.
PGTime
with the given calendar object.
PGTimestamp
without a time zone.
PGTimestamp
with the given time zone.
XAResource
.XAException
which makes it easy to create an instance of
XAException
with a human-readable message, a Throwable
cause, and an XA
error code.PGPoolingDataSource
DriverManager
.
mark
method was last
called on this input stream.
ResultHandler
interface.Properties
Properties
Properties
DriverManager
URL.
PGStatement.setPrepareThreshold(int)
PGSimpleDataSource
SocketFactory
based on the PGProperty.SOCKET_FACTORY
.LazyKeyManager.error
and can be raised by this method
LazyKeyManager
Oid.DATE
.
Oid.DATE
.
Properties
into a
DriverPropertyInfo
Oid.TIME
or
Oid.TIMETZ
.
Oid.TIMESTAMP
or
Oid.TIMESTAMPTZ
.
LargeObjectManager.unlink(long)
PgResultSet.wasNull()
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |