Uses of Class
org.postgresql.fastpath.FastpathArg
Packages that use FastpathArg
-
Uses of FastpathArg in org.postgresql.fastpath
Subclasses of FastpathArg in org.postgresql.fastpathModifier and TypeClassDescription(package private) static class
Deprecated.Methods in org.postgresql.fastpath that return FastpathArgModifier and TypeMethodDescriptionstatic FastpathArg
Fastpath.createOIDArg
(long oid) Deprecated.Creates a FastpathArg with an oid parameter.static FastpathArg
FastpathArg.of
(ByteStreamWriter writer) Deprecated.Methods in org.postgresql.fastpath with parameters of type FastpathArgModifier and TypeMethodDescriptionFastpath.fastpath
(int fnId, boolean resultType, FastpathArg[] args) Deprecated.byte[]
Fastpath.fastpath
(int fnId, FastpathArg[] args) Deprecated.Send a function call to the PostgreSQL backend.Fastpath.fastpath
(String name, boolean resulttype, FastpathArg[] args) Deprecated.UseFastpath.getData(String, FastpathArg[])
if you expect a binary result, or one ofFastpath.getInteger(String, FastpathArg[])
orFastpath.getLong(String, FastpathArg[])
if you expect a numeric onebyte[]
Fastpath.fastpath
(String name, FastpathArg[] args) Deprecated.Send a function call to the PostgreSQL backend by name.byte[]
Fastpath.getData
(String name, FastpathArg[] args) Deprecated.This convenience method assumes that the return value is not an Integer.int
Fastpath.getInteger
(String name, FastpathArg[] args) Deprecated.This convenience method assumes that the return value is an integer.long
Fastpath.getLong
(String name, FastpathArg[] args) Deprecated.This convenience method assumes that the return value is a long (bigint).long
Fastpath.getOID
(String name, FastpathArg[] args) Deprecated.This convenience method assumes that the return value is an oid.
Fastpath.fastpath(int, FastpathArg[])