Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 |
|
|
PDF · Mobi · ePub |
Returns True
if an element exists at a given index; otherwise, returns. Valid only for OraCollection
of Type ORATYPE_TABLE
.
exists = OraCollection.Exist index
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. |
None.