SourcePro® API Reference Guide

 
Classes

Module Description

The DB Interface Module offers execution of your code at various places using callbacks. It provides the capability to customize your applications at both the database and the connection level as needed.

Applications can use callbacks for specific purposes such as enabling login authentication mechanisms (for example, Kerberos), or configuring data encryption between the database client and server, or simply to set a database property. Callbacks may be used to execute any user code, whether database related or not, at the callback points in SourcePro DB.

Classes

class  RWDBConnCallback
 Handle class for connection callbacks that encapsulate a reference-counted pointer to the RWDBConnCallbackImp body class. More...
 
class  RWDBConnCallbackImp
 Abstract base class from which all custom connection callbacks must derive. More...
 
class  RWDBDatabaseCallback
 Handle class for database callbacks, encapsulating a reference-counted pointer to the RWDBDatabaseCallbackImp body class. More...
 
class  RWDBDatabaseCallbackImp
 Abstract base class from which all custom database callbacks derive. More...
 

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.