forEachType

fun forEachType(action: (Int, PgType) -> Unit)

Executes the given action on each registered type.

Parameters

action

the action to perform on each type, taking the OID and the PgType.