Class ArrayEncoding.FixedSizePrimitiveArrayEncoder<A>

java.lang.Object
org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder<A>
org.postgresql.jdbc.ArrayEncoding.FixedSizePrimitiveArrayEncoder<A>
Type Parameters:
A - The primitive array to support.
All Implemented Interfaces:
ArrayEncoding.ArrayEncoder<A>
Enclosing class:
ArrayEncoding

private abstract static class ArrayEncoding.FixedSizePrimitiveArrayEncoder<A> extends ArrayEncoding.AbstractArrayEncoder<A>
Base support for primitive arrays.