Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

OParameterCollection Method

Applies To

OParameterCollection

Description

OParameterCollection
constructor

Usage

OParameterCollection
(void)

OParameterCollection(const OParameterCollection &othercoll)

Arguments

othercoll
another OParameterCollection object that you are copying
Remarks

These methods construct a new OParameterCollection instance.

Constructing an OParameterCollection does not create any parameters, or OParameter objects.

The default constructor constructs an unopened OParameterCollection object. It cannot fail.

The copy constructor copies another OParameterCollection object. If that other OParameterCollection object is open - which means that it is a handle on an implementation parameter collection object - the new OParameterCollection object becomes a handle to that same parameter collection object. The copy constructor can fail; check whether the new OParameterCollection is open after the constructor call.

There is no Open method for the OParameterCollection class. To get an open OParameterCollection, call the GetParameters method.


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents