Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

Trim (OraCollection) Method

Applies To

OraCollection

Description

Trims a given number of elements from the end of the collection.

Arguments

[in] size
An integer specifying the number of elements to trim.
Usage

OraCollection.Trim size

Remarks

The elements are removed from the end of the collection. An error is returned if size is greater than the current size of the collection.

Example

Example: Trim Method for OraCollection


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents