Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBSystemHandle



Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

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 DBTools.h++ access library defines a system handle for its own database. The system handle implementation varies widely among access libraries. Applications can access an underlying API by downcasting the result to the known type. Refer to your access library guide for more information.


NOTE:To use this class, you must link the appropriate DBTools.h++ access library directly with your application. Using this class reduces the portability of your application.

Public Constructor

RWDBSystemHandle();


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.