getPgType
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.
Retrieves a PostgreSQL type by its OID.
the PgType associated with the given OID.
the Object Identifier of the type.
if the type is not found.