None
#include<rw/db/syshandl.h> RWDBConnection conn = myDbase.connection(); RWDBSystemHandle* sysh=connection.systemHandle();
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.
RWDBSystemHandle();
Creates an empty RWDBSystemHandle. This constructor is provided only for convenience. A useful RWDBSystemHandle should be produced from an RWDBConnection.
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.