getPgType

fun getPgType(oid: Int): PgType

Retrieves a PostgreSQL type by its OID.

Return

the PgType associated with the given OID.

Parameters

oid

the Object Identifier of the type.

Throws

if the type is not found.