NCBI C++ ToolKit
|
Search Toolkit Book for I_BCPInCmd
#include <dbapi/driver/interfaces.hpp>
Public Member Functions | |
I_BCPInCmd (void) | |
virtual | ~I_BCPInCmd (void) |
Public Member Functions inherited from CParamStmt | |
CParamStmt (void) | |
virtual | ~CParamStmt (void) |
virtual CDBParams & | GetBindParams (void)=0 |
Get meta-information about binded parameters. More... | |
Protected Member Functions | |
virtual bool | SendRow (void)=0 |
Send row to the server. More... | |
virtual bool | CompleteBatch (void)=0 |
Complete batch – to store all rows transferred by far in this batch into the table. More... | |
virtual bool | Cancel (void)=0 |
Cancel the BCP command. More... | |
virtual bool | CompleteBCP (void)=0 |
Complete the BCP and store all rows transferred in last batch into the table. More... | |
Definition at line 516 of file interfaces.hpp.