Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 2 (10.2) B14308-01 |
|
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:
Attributes:
Operations:
Error Handling: