getArrayType
Retrieves an array type by the OID of its elements.
Return
the PgType.Array type.
Parameters
elementOid
the OID of the array's elements.
Throws
if the array type is not found.
Retrieves an array type by the OID of its elements.
the PgType.Array type.
the OID of the array's elements.
if the array type is not found.