public ianywhere.ml.script.UploadedTableData
Encapsulates table operations for direct row handling uploads. You can use an UploadedTableData instance to obtain a table's insert, update, and delete operations for a single upload transaction. Use the UploadedTableData.getInserts, UploadedTableData.getUpdates, and UploadedTableData.getDeletes methods to return standard JDBC java.sql.ResultSet objects.
Consult your Java SDK documentation for more information about java.sql.ResultSet and java.sql.ResultSetMetaData.
Table metadata can be accessed using the UploadedTableData.getMetaData method or the result sets returned by getInserts, getUpdates, and getDeletes. The delete result set only includes primary key columns for a table.
All members of ianywhere.ml.script.UploadedTableData, including all inherited members.
See: UploadData interface.
getDeletes method
getInserts method
getUpdates method
getName method
getMetaData method
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |