#include <interfaces.hpp>
Inheritance diagram for I_BCPInCmd:


Definition at line 493 of file interfaces.hpp.
Public Member Functions | |
| I_BCPInCmd (void) | |
| virtual | ~I_BCPInCmd (void) |
Protected Member Functions | |
| virtual bool | SendRow (void)=0 |
| Send row to the server. | |
| virtual bool | CompleteBatch (void)=0 |
| Complete batch -- to store all rows transferred by far in this batch into the table. | |
| virtual bool | Cancel (void)=0 |
| Cancel the BCP command. | |
| virtual bool | CompleteBCP (void)=0 |
| Complete the BCP and store all rows transferred in last batch into the table. | |
|
|
Definition at line 219 of file interfaces.cpp. |
|
|
Definition at line 224 of file interfaces.cpp. |
|
|
Cancel the BCP command.
Implemented in CDB_BCPInCmd. |
|
|
Complete batch -- to store all rows transferred by far in this batch into the table.
Implemented in CDB_BCPInCmd. |
|
|
Complete the BCP and store all rows transferred in last batch into the table.
Implemented in CDB_BCPInCmd. |
|
|
Send row to the server.
Implemented in CDB_BCPInCmd. |
1.4.6
Modified on Mon Dec 07 16:24:24 2009 by modify_doxy.py rev. 173732