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 XA Module   Group:  Database


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 DB 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 XA Module User's Guide. Also see your Access Module Guide.


NOTE -- To use this class, you must link the appropriate SourcePro DB 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

©2005 Copyright Quovadx, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Quovadx, 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.