Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

OBinder Method

Applies To

OBinder

Description

OBinder constructor

Usage

OBinder(void)

Remarks

This method constructs an unopened OBinder instance - one that is unconnected to a database and has not executed a SQL query.

You must open an OBinder object with an Open call before you can use it.

The constructor cannot fail or cause any errors.

The copy constructor for OBinder is defined in the header but is not implemented. This is done so that the compiler's default implementation will not be used (it would be very incorrect). If you want an OBinder subclass copy constructor, you must implement it.