public DownloadData getDownloadData()
Returns a DownloadData instance for the current synchronization. Use the DownloadData class to create the download for direct row handling.
A DownloadData instance for the current synchronization.
The following example shows you how to obtain a DownloadData instance for the current synchronization using the DBConnectionContext getDownloadData method.
This example assumes you have a DBConnectionContext instance called _cc.
// The method used for the handle_DownloadData event. public void HandleDownload() throws SQLException { // get the DownloadData for the current synchronization DownloadData my_dd = _cc.getDownloadData(); // ... } // ... |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |