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

OParameterCollection

An OParameterCollection object represents the set of parameters currently attached to a database. You can use an OParameterCollection object to add a parameter to a database by using the Add method. The collection object is dynamic: it always reflects the current state of the database, which is not necessarily the state of the database at the time you got the OParameterCollection. OParameterCollection is a subclass of OOracleObject.

You get an OParameterCollection instance from an ODatabase instance by using the GetParameters method. Use the Add method to add parameters and the Remove method to remove parameters.

The OParameterCollection class supports the following methods:

Construction and destruction:

OParameterCollection

~OParameterCollection

operator=

Attributes:

operator==

operator!=

GetCount

IsOpen

Operations:

Add

AddTable

Close

GetParameter

MinimumSize

Remove

Error Handling:

ErrorNumber

ErrorReset

GetErrorText

LookupErrorText


 
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