getArrayType

fun getArrayType(elementOid: Int): PgType.Array

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.