Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
Release 9.2.0.4

Part Number B10954-01
Go To Table Of Contents
Contents

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 © 1998, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents