Uses of Interface
org.postgresql.pljava.adt.spi.TwosComplement
Packages that use TwosComplement
Package
Description
The PL/Java API for use in writing database procedures, functions, and types
using PL/Java.
Types that will be of interest in the implementation of
Adapter
s.-
Uses of TwosComplement in org.postgresql.pljava
Classes in org.postgresql.pljava that implement TwosComplementModifier and TypeClassDescriptionstatic class
Abstract superclass of signed and unsigned primitivebyte
adapters.static class
Abstract superclass of signed primitivebyte
adapters.static class
Abstract superclass of unsigned primitivebyte
adapters.static class
Abstract superclass of signed and unsigned primitiveint
adapters.static class
Abstract superclass of signed primitiveint
adapters.static class
Abstract superclass of unsigned primitiveint
adapters.static class
Abstract superclass of signed and unsigned primitivelong
adapters.static class
Abstract superclass of signed primitivelong
adapters.static class
Abstract superclass of unsigned primitivelong
adapters.static class
Abstract superclass of signed and unsigned primitiveshort
adapters.static class
Abstract superclass of signed primitiveshort
adapters.static class
Abstract superclass of unsigned primitiveshort
adapters. -
Uses of TwosComplement in org.postgresql.pljava.adt.spi
Subinterfaces of TwosComplement in org.postgresql.pljava.adt.spiModifier and TypeInterfaceDescriptionstatic interface
Mixin with default signed implementations of the interface methods.static interface
Mixin with default unsigned implementations of the interface methods.