Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

Append (OraCollection) Method

Applies To

OraCollection

Description

Extends the size of the collection by one and appends the variant value at the end of the collection.

Arguments

[in] element
A variant representing the value to be appended.
Usage

OraCollection.Append element

Remarks

If an OraCollection represents a collection of Objects types or Refs, the element argument should represent a valid OraObject or OraRef.

Example

Example: Append Method for OraCollection


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents