Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::ODBC::SqlState Struct Reference

#include <HODBC.h>

Public Member Functions

 SqlState ()
 
 SqlState (const SQLWCHAR *sqlState)
 
bool operator== (const SQLWCHAR *sqlState)
 
bool operator!= (const SQLWCHAR *sqlState)
 
bool operator== (const SqlState &other)
 
bool operator!= (const SqlState &other)
 
size_t size () const
 
const wchar_t * c_str () const
 

Public Attributes

SQLWCHAR Value [6] = {}
 

Constructor & Destructor Documentation

◆ SqlState() [1/2]

Harlinn::ODBC::SqlState::SqlState ( )
inline

◆ SqlState() [2/2]

Harlinn::ODBC::SqlState::SqlState ( const SQLWCHAR * sqlState)
inlineexplicit

Member Function Documentation

◆ c_str()

const wchar_t * Harlinn::ODBC::SqlState::c_str ( ) const
inline

◆ operator!=() [1/2]

bool Harlinn::ODBC::SqlState::operator!= ( const SqlState & other)
inline

◆ operator!=() [2/2]

bool Harlinn::ODBC::SqlState::operator!= ( const SQLWCHAR * sqlState)
inline

◆ operator==() [1/2]

bool Harlinn::ODBC::SqlState::operator== ( const SqlState & other)
inline

◆ operator==() [2/2]

bool Harlinn::ODBC::SqlState::operator== ( const SQLWCHAR * sqlState)
inline

◆ size()

size_t Harlinn::ODBC::SqlState::size ( ) const
inline

Member Data Documentation

◆ Value

SQLWCHAR Harlinn::ODBC::SqlState::Value[6] = {}

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