java.lang.Object
org.postgresql.pljava.Adapter<Integer,U>
org.postgresql.pljava.Adapter.Primitive<Integer,U,int[]>
org.postgresql.pljava.Adapter.AsInt<U>
org.postgresql.pljava.Adapter.AsInt.Signed<U>
- All Implemented Interfaces:
Adapter.ArrayProto<int[]>,TwosComplement,TwosComplement.Signed,SlotTester.Visible
- Enclosing class:
Adapter.AsInt<U>
public abstract static class Adapter.AsInt.Signed<U>
extends Adapter.AsInt<U>
implements TwosComplement.Signed
Abstract superclass of signed primitive
int adapters.-
Nested Class Summary
Nested classes/interfaces inherited from class org.postgresql.pljava.Adapter.AsInt
Adapter.AsInt.Signed<U>, Adapter.AsInt.Unsigned<U>Nested classes/interfaces inherited from class org.postgresql.pljava.Adapter
Adapter.AdapterException, Adapter.Array<T>, Adapter.ArrayBuilder<TA,TI>, Adapter.ArrayProto<TA>, Adapter.As<T, U>, Adapter.AsBoolean<U>, Adapter.AsByte<U>, Adapter.AsChar<U>, Adapter.AsDouble<U>, Adapter.AsFloat<U>, Adapter.AsInt<U>, Adapter.AsLong<U>, Adapter.AsShort<U>, Adapter.Configuration, Adapter.Container, Adapter.Contract<T>, Adapter.Dispenser<T, U extends Adapter.Contract<T>>, Adapter.Opaque, Adapter.Permission, Adapter.Primitive<T, U, TA>, Adapter.PullDispenser<T, U extends Adapter.Contract<T>>, Adapter.Service, Adapter.Via Nested classes/interfaces inherited from interface org.postgresql.pljava.adt.spi.TwosComplement
TwosComplement.Signed, TwosComplement.Unsigned -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.postgresql.pljava.Adapter.AsInt
fetch, fetchNullMethods inherited from class org.postgresql.pljava.Adapter.Primitive
canFetchNullMethods inherited from class org.postgresql.pljava.Adapter
canFetch, canFetch, configure, topType, topType, toString, underTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.postgresql.pljava.Adapter.ArrayProto
a1, a2, a4Methods inherited from interface org.postgresql.pljava.adt.spi.TwosComplement
deparse, deparse, deparse, deparse, parseByte, parseByte, parseInt, parseInt, parseLong, parseLong, parseShort, parseShortMethods inherited from interface org.postgresql.pljava.adt.spi.TwosComplement.Signed
compare, compare, compare, compare, deparse, deparse, deparse, deparse, divide, divide, divide, divide, parseByte, parseInt, parseLong, parseShort, remainder, remainder, remainder, remainder, toInt, toInt, toLong, toLong, toLong, toShort, unsigned
-
Constructor Details
-
Signed
-