java.lang.Object
org.postgresql.pljava.Adapter<Long,U>
org.postgresql.pljava.Adapter.Primitive<Long,U,long[]>
org.postgresql.pljava.Adapter.AsLong<U>
org.postgresql.pljava.Adapter.AsLong.Signed<U>
- All Implemented Interfaces:
Adapter.ArrayProto<long[]>,TwosComplement,TwosComplement.Signed,SlotTester.Visible
- Enclosing class:
Adapter.AsLong<U>
public abstract static class Adapter.AsLong.Signed<U>
extends Adapter.AsLong<U>
implements TwosComplement.Signed
Abstract superclass of signed primitive
long adapters.-
Nested Class Summary
Nested classes/interfaces inherited from class org.postgresql.pljava.Adapter.AsLong
Adapter.AsLong.Signed<U>, Adapter.AsLong.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.AsLong
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
-