getAttributeOid

fun getAttributeOid(index: Int): Int

Returns the PostgreSQL OID of the field at index.

Return

The field's type OID.

Parameters

index

Zero-based index in the order the record's columns were selected.

Throws

COLUMN_NOT_FOUND if index is outside this record's fields.