Uses of Class
org.postgresql.fastpath.Fastpath
Packages that use Fastpath
-
Uses of Fastpath in org.postgresql
Methods in org.postgresql that return FastpathModifier and TypeMethodDescriptionPGConnection.getFastpathAPI()
This returns the Fastpath API for the current connection. -
Uses of Fastpath in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as FastpathMethods in org.postgresql.jdbc that return Fastpath -
Uses of Fastpath in org.postgresql.largeobject
Fields in org.postgresql.largeobject declared as FastpathModifier and TypeFieldDescriptionprivate final Fastpath
LargeObject.fp
private Fastpath
LargeObjectManager.fp
Constructors in org.postgresql.largeobject with parameters of type FastpathModifierConstructorDescriptionprotected
LargeObject
(Fastpath fp, long oid, int mode) This opens a large object.protected
LargeObject
(Fastpath fp, long oid, int mode, BaseConnection conn, boolean commitOnClose) This opens a large object.