NCBI C++ ToolKit
|
Search Toolkit Book for CBlobOStream
#include "blobstream.hpp"
(Private to src/dbapi
.)
Public Member Functions | |
CBlobOStream (CDB_Connection *connAux, I_BlobDescriptor *desc, size_t datasize, streamsize bufsize, TBlobOStreamFlags flags, bool destroyConn=false) | |
CBlobOStream (CDB_CursorCmd *curCmd, unsigned int item_num, size_t datasize, streamsize bufsize, TBlobOStreamFlags flags, CDB_Connection *conn) | |
virtual | ~CBlobOStream () |
Private Attributes | |
I_BlobDescriptor * | m_desc |
CDB_Connection * | m_conn |
bool | m_destroyConn |
Definition at line 51 of file blobstream.hpp.
CBlobOStream::CBlobOStream | ( | CDB_Connection * | connAux, |
I_BlobDescriptor * | desc, | ||
size_t | datasize, | ||
streamsize | bufsize, | ||
TBlobOStreamFlags | flags, | ||
bool | destroyConn = false |
||
) |
Definition at line 59 of file blobstream.cpp.
References _TRACE, fBOS_SkipLogging, flags, m_conn, m_desc, and CDB_Connection::SendDataCmd().
CBlobOStream::CBlobOStream | ( | CDB_CursorCmd * | curCmd, |
unsigned int | item_num, | ||
size_t | datasize, | ||
streamsize | bufsize, | ||
TBlobOStreamFlags | flags, | ||
CDB_Connection * | conn | ||
) |
Definition at line 74 of file blobstream.cpp.
References _TRACE, fBOS_SkipLogging, flags, and CDB_CursorCmd::SendDataCmd().
|
virtual |
Definition at line 89 of file blobstream.cpp.
References kEmptyStr, m_conn, m_desc, m_destroyConn, and NCBI_CATCH_ALL_X.
|
private |
Definition at line 73 of file blobstream.hpp.
Referenced by CBlobOStream(), and ~CBlobOStream().
|
private |
Definition at line 72 of file blobstream.hpp.
Referenced by CBlobOStream(), and ~CBlobOStream().
|
private |
Definition at line 74 of file blobstream.hpp.
Referenced by ~CBlobOStream().