Class ArrayEncoding.AbstractArrayEncoder<A>

java.lang.Object
org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder<A>
Type Parameters:
A - Base array type supported.
All Implemented Interfaces:
ArrayEncoding.ArrayEncoder<A>
Direct Known Subclasses:
ArrayEncoding.FixedSizePrimitiveArrayEncoder, ArrayEncoding.NumberArrayEncoder
Enclosing class:
ArrayEncoding

private abstract static class ArrayEncoding.AbstractArrayEncoder<A> extends Object implements ArrayEncoding.ArrayEncoder<A>
Base class to implement ArrayEncoding.ArrayEncoder and provide multi-dimensional support.
  • Field Details

    • oid

      private final int oid
    • arrayOid

      final int arrayOid
  • Constructor Details

    • AbstractArrayEncoder

      AbstractArrayEncoder(int oid, int arrayOid)
      Parameters:
      oid - The default/primary base oid type.
      arrayOid - The default/primary array oid type.
  • Method Details