libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::NTUtils::Database::ODBC::Environment Class Reference

#include <ODBCWrapper.hpp>

Inheritance diagram for jmmcg::NTUtils::Database::ODBC::Environment:
[legend]

Public Member Functions

 Environment (const bool read_only=true, const SQLUINTEGER timeout=15)
 
virtual ~Environment (void) noexcept(true)
 

Protected Attributes

SQLHDBC hdbc
 

Detailed Description

Definition at line 335 of file ODBCWrapper.hpp.

Constructor & Destructor Documentation

◆ Environment()

jmmcg::NTUtils::Database::ODBC::Environment::Environment ( const bool  read_only = true,
const SQLUINTEGER  timeout = 15 
)
inline

◆ ~Environment()

Environment::~Environment ( void  )
inlinevirtualnoexcept

Definition at line 232 of file ODBCWrapper.cpp.

Member Data Documentation

◆ hdbc

SQLHDBC jmmcg::NTUtils::Database::ODBC::Environment::hdbc
protected

Definition at line 341 of file ODBCWrapper.hpp.


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