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

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 © 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