NCBI C++ ToolKit
|
Search Toolkit Book for I_SendDataCmd
#include <dbapi/driver/interfaces.hpp>
Public Member Functions | |
I_SendDataCmd (void) | |
virtual | ~I_SendDataCmd (void) |
Protected Member Functions | |
virtual size_t | SendChunk (const void *pChunk, size_t nofBytes)=0 |
Send chunk of data to the server. More... | |
virtual bool | Cancel (void)=0 |
Definition at line 611 of file interfaces.hpp.