nanodbc
A small C++ wrapper for the native C ODBC API
Loading...
Searching...
No Matches
nanodbc::connection::attribute Class Reference
Inheritance diagram for nanodbc::connection::attribute:
Collaboration diagram for nanodbc::connection::attribute:

Public Member Functions

 attribute (long const &attribute, long const &string_length, std::uintptr_t value_ptr) noexcept
 
- Public Member Functions inherited from nanodbc::attribute
 attribute (long const &attribute, long const &string_length, std::uintptr_t value_ptr) noexcept
 Creates an attribute from the three arguments the ODBC call takes.
 

Additional Inherited Members

- Protected Attributes inherited from nanodbc::attribute
long attribute_
 The Attribute argument of the ODBC call.
 
long string_length_
 The StringLength argument of the ODBC call.
 
void * value_ptr_
 The ValuePtr argument of the ODBC call.
 

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