#include <ODBCWrapper.hpp>
|
| | WOBulkConnection (const tstring &cnx, const SQLUINTEGER row_arr_sz=1, const SQLUINTEGER timeout=15) |
| |
| | ~WOBulkConnection () noexcept(true) |
| |
| const tstring &__fastcall | sql_string () const noexcept(true) |
| |
| void __fastcall | execute () |
| |
| void __fastcall | commit () |
| |
| void __fastcall | rollback () |
| |
| void __fastcall | prepare (const tstring &sql) |
| |
| | WOConnectionBase (const tstring &cnx, const SQLUINTEGER timeout=15) |
| |
| | ~WOConnectionBase (void) noexcept(true) |
| |
| 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 720 of file ODBCWrapper.hpp.
◆ WOBulkConnection()
| WOBulkConnection::WOBulkConnection |
( |
const tstring & |
cnx, |
|
|
const SQLUINTEGER |
row_arr_sz = 1, |
|
|
const SQLUINTEGER |
timeout = 15 |
|
) |
| |
|
inline |
◆ ~WOBulkConnection()
| WOBulkConnection::~WOBulkConnection |
( |
void |
| ) |
|
|
inlinenoexcept |
◆ commit()
◆ execute()
| void __fastcall jmmcg::NTUtils::Database::ODBC::WOBulkConnection::execute |
( |
| ) |
|
|
inline |
◆ prepare()
◆ rollback()
| void __fastcall WOBulkConnection::rollback |
( |
void |
| ) |
|
|
inlinevirtual |
◆ sql_string()
| const tstring& __fastcall jmmcg::NTUtils::Database::ODBC::WOBulkConnection::sql_string |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following files: