getOid

fun getOid(index: Int): Int

Retrieves the PostgreSQL Object Identifier (OID) of the type for the column at the specified index.

Return

The OID of the column's type.

Parameters

index

The zero-based index of the column.