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

~ODynaset Method

Applies To

ODynaset

Description

ODynaset destructor

Usage

~ODynaset(void)

Remarks

This method destroys the ODynaset and frees its resources. The underlying implementation dynaset will be freed if this is the last object that is referring to it.

When the ODynaset is destroyed, any strings that the ODynaset owns (such as the SQL statement) are also destroyed..

If a dynaset has advisories on it, destroying the ODynaset - even if it is the only ODynaset that referred to that dynaset - will not destroy the dynaset, because the advisories also refer to the dynaset. The dynaset is destroyed only when all the objects that refer to the dynaset are destroyed.


 
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