SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Base class for database-specific classes that provide direct access to the database API. More...
#include <rw/db/syshandl.h>
RWDBSystemHandle is a base class for system handles that are Access Module-specific. Each DB Access Module defines a system handle for its own database that encapsulates database vendor-specific handles. These handles provide access to the underlying database functionality, and vary widely among Access Modules.
To access your database-specific handle, obtain the RWDBSystemHandle pointer from an RWDBConnection, and then downcast it to the Access Module-specific system handle type. For more information, see your DB Access Module guide.
DB XA Module: Also see the chapter on using access modules with DB XA functionality in the DB XA Module User's Guide.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |