UploadedTableData interface

Syntax
public ianywhere.ml.script.UploadedTableData
Remarks

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.

See also
Members

All members of ianywhere.ml.script.UploadedTableData, including all inherited members.

Example

See: UploadData interface.


getDeletes method
getInserts method
getUpdates method
getName method
getMetaData method