Skip Headers
Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 2 (10.2)

Part Number B14308-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
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