DB Access Module for DB2 CLI User’s Guide : Chapter 2 Technical Information : System and Environment Handles to DB2 CLI Specific Resources
System and Environment Handles to DB2 CLI Specific Resources
Two custom classes provide an interface to resources specific to a DB2 CLI database. Note that using these classes reduces your database's portability.
RWDBDB2CLILibEnvironmentHandle is an environment handle returned by RWDBDatabase that provides methods allowing you to access or set various connect time and configuration parameters.
RWDBDB2CLILibSystemHandle contains the SQLHDBC used by the RWDBConnection, providing direct access to the DB2 CLI.