MAK Data Logger API Documentation for HLA
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 Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)