Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBEnvironmentHandle



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

Synopsis

#include <rw/db/envhandl.h>

RWDBDatabase::connect(FALSE);
RWDBDatabase myDbase = RWDBManager::database( ... );
RWDBEnvironmentHandle* envHandle = myDbase.environmentHandle();

Description

RWDBEnvironmentHandle is a base class from which a family of implementation specific classes is derived. RWDBDatabase::environmentHandle() returns a pointer to this base class. To set connect time configuration parameters or configuration properties for an entire application, the application downcasts this pointer to the appropriate type, and uses its implementation-specific features. The configuration parameters that an application can set vary widely among vendors. Please refer to your access library guides 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.

Related Classes

None.

Public Constructor

RWDBEnvironmentHandle();

Public Member Functions

virtual RWBoolean 
foreignKeysFromView();
virtual RWBoolean
foreignKeysFromView(RWBoolean value);


Previous fileTop of DocumentContentsIndexNext file

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