MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtSqlEnvironment Class Reference

allocates an environment and uses DtSqlIfErrorHandler to process errors To make most ODBC interface calls, it is necessary to first allocation an SQL environment object. More...

+ Inheritance diagram for DtSqlEnvironment:
+ Collaboration diagram for DtSqlEnvironment:

Public Member Functions

 DtSqlEnvironment ()
 CTOR.
virtual ~DtSqlEnvironment ()
 DTOR.
SQLHENV handle ()
 Return a handle to the environment object allocated.
- Public Member Functions inherited from DtDatabaseEnvironment
 DtDatabaseEnvironment ()
 Default CTOR.
virtual ~DtDatabaseEnvironment ()
 Default DTOR.

Protected Attributes

SQLHENV myHandle
DtSqlIfErrorHandler myErrorHandler

Detailed Description

allocates an environment and uses DtSqlIfErrorHandler to process errors To make most ODBC interface calls, it is necessary to first allocation an SQL environment object.

This class allocates an environment, and uses DtSqlIfErrorHandler to process any errors.

Constructor & Destructor Documentation

DtSqlEnvironment::DtSqlEnvironment ( )

CTOR.

virtual DtSqlEnvironment::~DtSqlEnvironment ( )
virtual

DTOR.

Member Function Documentation

SQLHENV DtSqlEnvironment::handle ( )

Return a handle to the environment object allocated.

Member Data Documentation

DtSqlIfErrorHandler DtSqlEnvironment::myErrorHandler
protected
SQLHENV DtSqlEnvironment::myHandle
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)