#include <ODBCWrapper.hpp>
|
| WOConnectionBase (const tstring &cnx, const SQLUINTEGER timeout=15) |
|
| ~WOConnectionBase (void) noexcept(true) |
|
virtual void __fastcall | commit () |
|
virtual void __fastcall | rollback () |
|
SQLINTEGER __fastcall | count () |
|
bool __fastcall | in_trans () const noexcept(true) |
|
template<class T > |
void __fastcall | BindParam (const SQLUSMALLINT col_num, const SQLSMALLINT inp_or_out, T &data) |
|
template<> |
void __fastcall | BindParam (const SQLUSMALLINT col_num, const SQLSMALLINT inp_or_out, long &data) |
|
template<> |
void __fastcall | BindParam (const SQLUSMALLINT col_num, const SQLSMALLINT inp_or_out, tstring &data) |
|
| RecordsetBase (const tstring &cnx, const bool read_only, const SQLUINTEGER timeout=15) |
|
| ~RecordsetBase () noexcept(true) |
|
void __fastcall | execute (const tstring &sql) |
|
| Connection (const tstring &cnx, const bool read_only, const SQLUINTEGER timeout=15) |
|
| ~Connection (void) noexcept(true) |
|
const tstring &__fastcall | cnx_string () const noexcept(true) |
|
virtual void __fastcall | execute (const tstringstream &sql) |
|
Definition at line 598 of file ODBCWrapper.hpp.
◆ WOConnectionBase()
WOConnectionBase::WOConnectionBase |
( |
const tstring & |
cnx, |
|
|
const SQLUINTEGER |
timeout = 15 |
|
) |
| |
|
inline |
◆ ~WOConnectionBase()
WOConnectionBase::~WOConnectionBase |
( |
void |
| ) |
|
|
inlinenoexcept |
◆ BindParam() [1/3]
template<>
void __fastcall jmmcg::NTUtils::Database::ODBC::WOConnectionBase::BindParam |
( |
const SQLUSMALLINT |
col_num, |
|
|
const SQLSMALLINT |
inp_or_out, |
|
|
long & |
data |
|
) |
| |
|
inline |
◆ BindParam() [2/3]
template<class T >
void __fastcall jmmcg::NTUtils::Database::ODBC::WOConnectionBase::BindParam |
( |
const SQLUSMALLINT |
col_num, |
|
|
const SQLSMALLINT |
inp_or_out, |
|
|
T & |
data |
|
) |
| |
|
inline |
◆ BindParam() [3/3]
template<>
void __fastcall jmmcg::NTUtils::Database::ODBC::WOConnectionBase::BindParam |
( |
const SQLUSMALLINT |
col_num, |
|
|
const SQLSMALLINT |
inp_or_out, |
|
|
tstring & |
data |
|
) |
| |
|
inline |
◆ commit()
◆ count()
SQLINTEGER __fastcall WOConnectionBase::count |
( |
void |
| ) |
|
|
inlinevirtual |
◆ in_trans()
◆ rollback()
void __fastcall WOConnectionBase::rollback |
( |
void |
| ) |
|
|
inlinevirtual |
◆ exec_data
◆ in_transaction
bool jmmcg::NTUtils::Database::ODBC::WOConnectionBase::in_transaction |
|
protected |
The documentation for this class was generated from the following files: