Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

OConnectionCollection Method

Applies To

OConnectionCollection

Description

OConnectionCollection constructor

Usage

OConnectionCollection(void)

OConnectionCollection(const OConnectionCollection &othercoll)

Arguments

othercoll
Another OConnectionCollection object that you are copying
Remarks

These methods construct a new OConnectionCollection instance.

Constructing an OConnectionCollection does not create any connections or OConnection objects.

The default constructor constructs an unopened OConnectionCollection object.

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

There is no Open method for the OConnectionCollection class. To get an open OConnectionCollection, call one of the GetConnections methods.


 
Oracle
Copyright © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback