Uses of Interface
org.postgresql.jdbc.ArrayEncoding.ArrayEncoder
-
Packages that use ArrayEncoding.ArrayEncoder Package Description org.postgresql.jdbc -
-
Uses of ArrayEncoding.ArrayEncoder in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement ArrayEncoding.ArrayEncoder Modifier and Type Class Description private static classArrayEncoding.AbstractArrayEncoder<A>Base class to implementArrayEncoding.ArrayEncoderand provide multi-dimensional support.private static classArrayEncoding.FixedSizePrimitiveArrayEncoder<A>Base support for primitive arrays.private static classArrayEncoding.NumberArrayEncoder<N extends java.lang.Number>Base class to provide support forNumberbased arrays.private static classArrayEncoding.RecursiveArrayEncoderWraps anArrayEncoding.AbstractArrayEncoderimplementation and provides support for 2 or more dimensions using recursion.private static classArrayEncoding.TwoDimensionPrimitiveArrayEncoder<A>Wraps anArrayEncoding.AbstractArrayEncoderimplementation and provides optimized support for 2 dimensions.Methods in org.postgresql.jdbc that return ArrayEncoding.ArrayEncoder Modifier and Type Method Description static <A> ArrayEncoding.ArrayEncoder<A>ArrayEncoding. getArrayEncoder(A array)Returns support for encoding array.
-