NCBI C++ ToolKit
|
Search Toolkit Book for impl::CCmdBase
#include <dbapi/driver/impl/dbapi_impl_cmd.hpp>
Public Member Functions | |
CCmdBase (impl::CConnection &conn) | |
virtual | ~CCmdBase () |
bool | WasSent (void) const |
Public Member Functions inherited from impl::CCommand | |
virtual | ~CCommand (void) |
void | Release (void) |
Protected Member Functions | |
void | SetWasSent (bool flag=true) |
impl::CConnection & | GetConnImpl (void) const |
Private Attributes | |
impl::CConnection * | m_ConnImpl |
bool | m_WasSent |
Additional Inherited Members | |
Static Public Member Functions inherited from impl::CCommand | |
static CDB_Result * | Create_Result (CResult &result) |
Definition at line 74 of file dbapi_impl_cmd.hpp.
impl::CCmdBase::CCmdBase | ( | impl::CConnection & | conn | ) |
Definition at line 54 of file dbapi_impl_cmd.cpp.
References _ASSERT, and m_ConnImpl.
|
virtual |
Definition at line 62 of file dbapi_impl_cmd.cpp.
|
inlineprotected |
Definition at line 93 of file dbapi_impl_cmd.hpp.
References _ASSERT, and m_ConnImpl.
Referenced by impl::CBaseCmd::DumpResults(), impl::CSendDataCmd::DumpResults(), CTL_RPCCmd::GetBindParams(), CODBC_RPCCmd::GetBindParams(), CTL_CmdBase::GetConnection(), and CStatementBase::GetConnection().
Definition at line 87 of file dbapi_impl_cmd.hpp.
References m_WasSent.
Referenced by CTL_BCPInCmd::Cancel(), CTL_SendDataCmd::Cancel(), CODBC_LangCmd::Cancel(), CODBC_RPCCmd::Cancel(), CODBC_BCPInCmd::Cancel(), CTL_BCPInCmd::CheckSentSFB(), CODBC_BCPInCmd::EndBCP(), CTL_LRCmd::MakeResultInternal(), CODBC_LangCmd::Result(), CODBC_RPCCmd::Result(), CODBC_SendDataCmd::Result(), CTL_BCPInCmd::Send(), CODBC_LangCmd::Send(), CODBC_RPCCmd::Send(), CODBC_BCPInCmd::Send(), CTL_SendDataCmd::SendChunk(), CTL_LRCmd::SendInternal(), and CTL_LRCmd::x_Cancel().
|
inline |
Definition at line 81 of file dbapi_impl_cmd.hpp.
References m_WasSent.
Referenced by CTL_BCPInCmd::Cancel(), CTL_SendDataCmd::Cancel(), CODBC_LangCmd::Cancel(), CODBC_RPCCmd::Cancel(), CODBC_BCPInCmd::Cancel(), CTL_LRCmd::Cancel(), CTL_BCPInCmd::Close(), CTL_BCPInCmd::CommitBCPTrans(), CODBC_BCPInCmd::CommitBCPTrans(), CTL_BCPInCmd::EndBCP(), CODBC_BCPInCmd::EndBCP(), impl::CBaseCmd::GetLastParams(), CTL_LangCmd::HasMoreResults(), CTL_RPCCmd::HasMoreResults(), CTL_SendDataCmd::HasMoreResults(), CTL_LRCmd::MakeResultInternal(), CODBC_LangCmd::Result(), CODBC_RPCCmd::Result(), CODBC_SendDataCmd::Result(), CTL_BCPInCmd::Send(), impl::CBaseCmd::WasCanceled(), CDB_LangCmd::WasSent(), CDB_RPCCmd::WasSent(), and CTL_LRCmd::x_Cancel().
|
private |
Definition at line 100 of file dbapi_impl_cmd.hpp.
Referenced by CCmdBase(), and GetConnImpl().
|
private |
Definition at line 101 of file dbapi_impl_cmd.hpp.
Referenced by SetWasSent(), and WasSent().