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

RWDBSystemHandle

Module:  DB Interface Module   Group:  Database Classes


Does not inherit

Local Index

Members

Synopsis

#include<rw/db/syshandl.h>

RWDBConnection conn = myDbase.connection();
RWDBSystemHandle* sysh=connection.systemHandle();

Description

RWDBSystemHandle is a base class for database-specific handles. Some SourcePro Core Access Modules define a system handle for their own database. The system handle implementation varies widely among access modules. Applications that need to access an underlying API can do so by downcasting the result to the known type. For more information, refer to Chapter 5, "Using the DB Access Modules With XA Functionality," in the DB Interface Module User's Guide. Also see your Access Module Guide.


NOTE -- To use this class, you must link the appropriate SourcePro Core Access Module directly with your application. Using this class reduces the portability of your application.

Related Classes

None.

Public Constructors

RWDBSystemHandle()


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.