#include <ODBCWrapper.hpp>
|
| | WOConnection (const tstring &cnx, const SQLUINTEGER timeout=15) |
| |
| | ~WOConnection () noexcept(true) |
| |
| void __fastcall | execute (const tstring &sql) |
| |
| | 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) |
| |
| | 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 710 of file ODBCWrapper.hpp.
◆ WOConnection()
| WOConnection::WOConnection |
( |
const tstring & |
cnx, |
|
|
const SQLUINTEGER |
timeout = 15 |
|
) |
| |
|
inline |
◆ ~WOConnection()
| WOConnection::~WOConnection |
( |
void |
| ) |
|
|
inlinenoexcept |
◆ execute()
The documentation for this class was generated from the following files: