Skip Headers

Oracle® Objects for OLE Developer's Guide
Release 9.2.0.4

Part Number B10952-01
Go To Table Of Contents
Contents

Exist (OraCollection) Method

Applies To

OraCollection

Description

Returns TRUE if an element exists at a given index, FALSE otherwise. Valid only for OraCollection of Type ORATYPE_TABLE.

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

exists = OraCollection.Exist index

Remarks

none


 
Oracle
Copyright © 1994, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents