Uses of Class
org.postgresql.pljava.Adapter.AsShort
Packages that use Adapter.AsShort
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.AsShort in org.postgresql.pljava
Subclasses of Adapter.AsShort in org.postgresql.pljavaModifier and TypeClassDescriptionstatic class
Abstract superclass of signed primitiveshort
adapters.static class
Abstract superclass of unsigned primitiveshort
adapters.Methods in org.postgresql.pljava with parameters of type Adapter.AsShortModifier and TypeMethodDescription<R,
X extends Throwable>
RTargetList.Cursor.apply
(Adapter.AsShort<?> a0, Adapter.AsShort<?> a1, Adapter.AsShort<?> a2, Adapter.AsShort<?> a3, org.postgresql.pljava.TargetList.Cursor.S4<R, X> f) <R,
X extends Throwable>
RTargetList.Cursor.apply
(Adapter.AsShort<?> a0, Adapter.AsShort<?> a1, Adapter.AsShort<?> a2, org.postgresql.pljava.TargetList.Cursor.S3<R, X> f) <R,
X extends Throwable>
RTargetList.Cursor.apply
(Adapter.AsShort<?> a0, Adapter.AsShort<?> a1, org.postgresql.pljava.TargetList.Cursor.S2<R, X> f) <R,
X extends Throwable>
RTargetList.Cursor.apply
(Adapter.AsShort<?> a0, org.postgresql.pljava.TargetList.Cursor.S1<R, X> f) Constructors in org.postgresql.pljava with parameters of type Adapter.AsShortModifierConstructorDescriptionprotected
Array
(Adapter.Contract.Array<T, Short, Adapter.AsShort<?>> using, Adapter.AsShort<?> adapter, Type witness, Adapter.Configuration c) Constructor for a leaf arrayAdapter
that is based on aContract.Array
and a short-returningAdapter
for the element type.Constructor parameters in org.postgresql.pljava with type arguments of type Adapter.AsShortModifierConstructorDescriptionprotected
Array
(Adapter.Contract.Array<T, Short, Adapter.AsShort<?>> using, Adapter.AsShort<?> adapter, Type witness, Adapter.Configuration c) Constructor for a leaf arrayAdapter
that is based on aContract.Array
and a short-returningAdapter
for the element type. -
Uses of Adapter.AsShort in org.postgresql.pljava.model
Methods in org.postgresql.pljava.model with parameters of type Adapter.AsShortModifier and TypeMethodDescriptionshort
TupleTableSlot.get
(int idx, Adapter.AsShort<?> adapter) short
TupleTableSlot.get
(Attribute att, Adapter.AsShort<?> adapter) default short
TupleTableSlot.sqlGet
(int idx, Adapter.AsShort<?> adapter)