|
||||||||||
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.
Utils.escapeIdentifier(StringBuilder, String)
instead
Utils.escapeLiteral(StringBuilder, String, boolean)
instead
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.
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)
.
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
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
.
LargeObject.getLongOID()
OutputStream
to this object.
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
Parser.modifyJdbcCall(String, boolean, int, int)
.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, org.postgresql.core.Logger)
for a particular protocol version.
Version
instance
PGobject
can use to take advantage of
more optimal binary encoding of the data type.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.DriverManager
.
mark
method was last
called on this input stream.
Properties
Properties
Properties
DriverManager
URL.
PGStatement.setPrepareThreshold(int)
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
.
ProtocolConnection.getTransactionState()
indicating that a transaction is currently
open, but it has seen errors and will refuse subsequent queries until a ROLLBACK.
ProtocolConnection.getTransactionState()
indicating that no transaction is currently
open.
ProtocolConnection.getTransactionState()
indicating that a transaction is currently
open.
LargeObjectManager.unlink(long)
PgResultSet.wasNull()
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |