Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
DB Interface Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWDBConnCallback

Module:  DB Interface Module   Group:  Callback Classes


Does not inherit

Local Index

Members

Synopsis

#include <rw/db/conncb.h>

RWDBConnection connection = myDbase.connection(                        RWDBCONNCALLBACK(MyConnCallbackImp) );

Description

RWDBConnCallback is the interface handle class for connection callbacks which encapsulates a reference-counted pointer to the RWDBConnCallbackImp body class. Please refer to the RWDBConnCallbackImp class for implementing connection callbacks.

Public Constructors

RWDBConnCallback();
RWDBConnCallback(const RWDBConnCallback& conncb);

Public Member Operators

RWDBConnCallback&
operator=(const RWDBConnCallback& conncb);
RWDBConnCallbackImp*
operator()() const;

Public Member Functions

RWDBStatus
status() const;
RWDBDatabaseCallback
databaseCallback() const;

Related Macro

#define RWDBCONNCALLBACK(CALLBACK)


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.