Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
DB Interface 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. Each DB Access Module defines a system handle for its own database. The system handle implementation varies widely among Access Modules. Applications can access an underlying API by downcasting the result to the known type. See your DB Access Module guide for more information.


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.

Public Constructor

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.