getOid

fun getOid(index: Int): Int

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

Return

The OID of the column's data type.

Parameters

index

The zero-based index of the column.

Throws

if the index is out of bounds.