Uses of Class
org.postgresql.pljava.Adapter.AsLong
Packages that use Adapter.AsLong
Package
Description
The PL/Java API for use in writing database procedures, functions, and types
using PL/Java.
Interfaces that model a useful subset of the PostgreSQL system catalogs
and related PostgreSQL abstractions for convenient Java access.
-
Uses of Adapter.AsLong in org.postgresql.pljava
Subclasses of Adapter.AsLong in org.postgresql.pljavaModifier and TypeClassDescriptionstatic class
Abstract superclass of signed primitivelong
adapters.static class
Abstract superclass of unsigned primitivelong
adapters.Methods in org.postgresql.pljava with parameters of type Adapter.AsLongModifier and TypeMethodDescription<R,
X extends Throwable>
RTargetList.Cursor.apply
(Adapter.AsLong<?> a0, Adapter.AsLong<?> a1, Adapter.AsLong<?> a2, Adapter.AsLong<?> a3, org.postgresql.pljava.TargetList.Cursor.J4<R, X> f) <R,
X extends Throwable>
RTargetList.Cursor.apply
(Adapter.AsLong<?> a0, Adapter.AsLong<?> a1, Adapter.AsLong<?> a2, org.postgresql.pljava.TargetList.Cursor.J3<R, X> f) <R,
X extends Throwable>
RTargetList.Cursor.apply
(Adapter.AsLong<?> a0, Adapter.AsLong<?> a1, org.postgresql.pljava.TargetList.Cursor.J2<R, X> f) <R,
X extends Throwable>
RTargetList.Cursor.apply
(Adapter.AsLong<?> a0, org.postgresql.pljava.TargetList.Cursor.J1<R, X> f) Constructors in org.postgresql.pljava with parameters of type Adapter.AsLongModifierConstructorDescriptionprotected
Array
(Adapter.Contract.Array<T, Long, Adapter.AsLong<?>> using, Adapter.AsLong<?> adapter, Type witness, Adapter.Configuration c) Constructor for a leaf arrayAdapter
that is based on aContract.Array
and a long-returningAdapter
for the element type.Constructor parameters in org.postgresql.pljava with type arguments of type Adapter.AsLongModifierConstructorDescriptionprotected
Array
(Adapter.Contract.Array<T, Long, Adapter.AsLong<?>> using, Adapter.AsLong<?> adapter, Type witness, Adapter.Configuration c) Constructor for a leaf arrayAdapter
that is based on aContract.Array
and a long-returningAdapter
for the element type. -
Uses of Adapter.AsLong in org.postgresql.pljava.model
Methods in org.postgresql.pljava.model with parameters of type Adapter.AsLongModifier and TypeMethodDescriptionlong
TupleTableSlot.get
(int idx, Adapter.AsLong<?> adapter) long
TupleTableSlot.get
(Attribute att, Adapter.AsLong<?> adapter) default long
TupleTableSlot.sqlGet
(int idx, Adapter.AsLong<?> adapter)