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 classAbstract superclass of signed primitiveshortadapters.static classAbstract superclass of unsigned primitiveshortadapters.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.AsShortModifierConstructorDescriptionprotectedArray(Adapter.Contract.Array<T, Short, Adapter.AsShort<?>> using, Adapter.AsShort<?> adapter, Type witness, Adapter.Configuration c) Constructor for a leaf arrayAdapterthat is based on aContract.Arrayand a short-returningAdapterfor the element type.Constructor parameters in org.postgresql.pljava with type arguments of type Adapter.AsShortModifierConstructorDescriptionprotectedArray(Adapter.Contract.Array<T, Short, Adapter.AsShort<?>> using, Adapter.AsShort<?> adapter, Type witness, Adapter.Configuration c) Constructor for a leaf arrayAdapterthat is based on aContract.Arrayand a short-returningAdapterfor 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 TypeMethodDescriptionshortTupleTableSlot.get(int idx, Adapter.AsShort<?> adapter) shortTupleTableSlot.get(Attribute att, Adapter.AsShort<?> adapter) default shortTupleTableSlot.sqlGet(int idx, Adapter.AsShort<?> adapter)