Exist (OraCollection) Method

Description

Returns True if an element exists at a given index; otherwise, returns. Valid only for OraCollection of Type ORATYPE_TABLE.

Usage

exists = OraCollection.Exist index

Arguments

The arguments for the method are:

Arguments Description
[out] exists A Boolean value specifying the existence status of the element.
[in] index An Integer specifying the index of the element.

Remarks

None.