Uses of Interface
org.postgresql.jdbc.ArrayEncoding.ArrayEncoder
Packages that use ArrayEncoding.ArrayEncoder
-
Uses of ArrayEncoding.ArrayEncoder in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement ArrayEncoding.ArrayEncoderModifier and TypeClassDescriptionprivate static classBase class to implementArrayEncoding.ArrayEncoderand provide multi-dimensional support.private static classBase support for primitive arrays.private static classArrayEncoding.NumberArrayEncoder<N extends Number>Base class to provide support forNumberbased arrays.private static final classWraps anArrayEncoding.AbstractArrayEncoderimplementation and provides support for 2 or more dimensions using recursion.private static final classWraps anArrayEncoding.AbstractArrayEncoderimplementation and provides optimized support for 2 dimensions.Methods in org.postgresql.jdbc that return ArrayEncoding.ArrayEncoderModifier and TypeMethodDescriptionstatic <A> ArrayEncoding.ArrayEncoder<A> ArrayEncoding.getArrayEncoder(A array) Returns support for encoding array.