getOid
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.
Retrieves the PostgreSQL Object Identifier (OID) for the type of the column at the specified index.
The OID of the column's data type.
The zero-based index of the column.
if the index is out of bounds.