Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

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.


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents