The Btrieve bulk delete attributes class. More...
#include <btrieveCpp.h>
Public Member Functions | |
BtrieveBulkDeleteAttributes () | |
~BtrieveBulkDeleteAttributes () | |
Btrieve::StatusCode | AddFilter (BtrieveFilter *btrieveFilter) |
Add a filter. More... | |
Btrieve::StatusCode | SetMaximumRecordCount (int maximumRecordCount) |
Set the maximum record count. More... | |
Btrieve::StatusCode | SetMaximumRejectCount (int maximumRejectCount) |
Set the maximum reject count. More... | |
Btrieve::StatusCode | SetSkipCurrentRecord (bool skipCurrentRecord) |
Set skip current record. More... | |
The Btrieve bulk delete attributes class.
BtrieveBulkDeleteAttributes::BtrieveBulkDeleteAttributes | ( | ) |
BtrieveBulkDeleteAttributes::~BtrieveBulkDeleteAttributes | ( | ) |
Btrieve::StatusCode BtrieveBulkDeleteAttributes::AddFilter | ( | BtrieveFilter * | btrieveFilter | ) |
Add a filter.
[in] | btrieveFilter | The filter. |
= Btrieve::STATUS_CODE_NO_ERROR | Success. |
!= Btrieve::STATUS_CODE_NO_ERROR | An error has occurred. |
Btrieve::StatusCode BtrieveBulkDeleteAttributes::SetMaximumRecordCount | ( | int | maximumRecordCount | ) |
Set the maximum record count.
[in] | maximumRecordCount | The maximum record count. The maximum record count must be greater than 0 and less than or equal to Btrieve::MAXIMUM_BULK_RECORD_COUNT. |
= Btrieve::STATUS_CODE_NO_ERROR | Success. |
!= Btrieve::STATUS_CODE_NO_ERROR | An error has occurred. |
Btrieve::StatusCode BtrieveBulkDeleteAttributes::SetMaximumRejectCount | ( | int | maximumRejectCount | ) |
Set the maximum reject count.
[in] | maximumRejectCount | The maximum reject count. The maximum reject count must be greater than or equal to 0 and less than 65536. A value of zero sets the maximum reject count to the Zen defined value. |
= Btrieve::STATUS_CODE_NO_ERROR | Success. |
!= Btrieve::STATUS_CODE_NO_ERROR | An error has occurred. |
Btrieve::StatusCode BtrieveBulkDeleteAttributes::SetSkipCurrentRecord | ( | bool | skipCurrentRecord | ) |
Set skip current record.
[in] | skipCurrentRecord | Skip current record? |
= Btrieve::STATUS_CODE_NO_ERROR | Success. |
!= Btrieve::STATUS_CODE_NO_ERROR | An error has occurred. |