public ianywhere.ml.script.UploadData
Encapsulates upload operations for direct row handling. An UploadData instance representing a single upload transaction is passed to the handle_UploadData synchronization event.
You must handle direct row handling upload operations in the method registered for the handle_UploadData event. The UploadData is destroyed after each call to the registered method. Do not create a new instance of UploadData to use in subsequent events.
Use the UploadData.getUploadedTables or UploadData.getUploadedTableByName methods to obtain UploadedTableData instances.
A synchronization has one UploadData unless the remote database is using transactional upload.
All members of ianywhere.ml.script.UploadData, including all inherited members.
getUploadedTableByName method
getUploadedTables method
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |