getOID

Description

Returns the index specified in attrIndex or the attribute value specified in attrName to CUBRIDOID, thus it returns the CUBRIDOID.

If attrIndex or attrName is not specified, CUBRIDOID of the current row of ResultSet is returned. This is valid only when ResultSet is TYPE_SCROLL_SENSITIVE or CONCUR_UPDATABLE.

Syntax

CUBRIDOID getOID(int attrIndex)

CUBRIDOID getOID(String attrName)

CUBRIDOID getOID()

Return Value