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()
Deprecated.This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. -
Uses of Fastpath in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return Fastpath -
Uses of Fastpath in org.postgresql.largeobject
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.