Autodesk FDO Bulk Copy Utility API Reference

FDO Utility Bulk Copy API

API Reference Autodesk FDO Bulk Copy Utility

FdoBulkCopyProgressStatus.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  FdoBulkCopyProgressStatus { FdoBulkCopyProgressStatus_Continue, FdoBulkCopyProgressStatus_InterruptRollback, FdoBulkCopyProgressStatus_InterruptCommit }
 The FdoBulkCopyProgressStatus enumeration defines the list of values to indicate whether to continue the bulk copy operation.

Parameters:
FdoBulkCopyProgressStatus_Continue Indicates to continue current bulk copy operation.
FdoBulkCopyProgressStatus_InterruptRollback Indicates to interrupt current bulk copy operation and rollback the current transaction (if the target datastore supports transaction). The objects successfully inserted to this point are rollback.
FdoBulkCopyProgressStatus_InterruptCommit Indicates to interrupt current bulk copy operation and commit the current transaction (if the target datastore supports transaction). The objects successfully inserted to this point are committed.
. More...


Comments?