Uses of Class
org.postgresql.fastpath.Fastpath
-
Packages that use Fastpath Package Description org.postgresql org.postgresql.jdbc org.postgresql.largeobject -
-
Uses of Fastpath in org.postgresql
Methods in org.postgresql that return Fastpath Modifier and Type Method Description Fastpath
PGConnection. 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
Fields in org.postgresql.jdbc declared as Fastpath Modifier and Type Field Description private Fastpath
PgConnection. fastpath
Methods in org.postgresql.jdbc that return Fastpath Modifier and Type Method Description Fastpath
PgConnection. getFastpathAPI()
-
Uses of Fastpath in org.postgresql.largeobject
Fields in org.postgresql.largeobject declared as Fastpath Modifier and Type Field Description private Fastpath
LargeObject. fp
private Fastpath
LargeObjectManager. fp
Constructors in org.postgresql.largeobject with parameters of type Fastpath Constructor Description LargeObject(Fastpath fp, long oid, int mode)
This opens a large object.LargeObject(Fastpath fp, long oid, int mode, BaseConnection conn, boolean commitOnClose)
This opens a large object.
-