Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.db.transfer
Interface TransferTarget


public interface TransferTarget

Interface for the classes which do the transfer. The transfer is described by a ResultSet so that it can handle update as well as create operations.


Method Summary
 java.lang.String getDescription()
          Get summary text.
 SystemObject[] transfer(ResultSet rs)
          Complete the transfer by applying the given result set to the transfer target.
 

Method Detail

transfer

SystemObject[] transfer(ResultSet rs)
                        throws TransferFailedException
Complete the transfer by applying the given result set to the transfer target.

Returns:
the objects that were succesfully transferred.
Throws:
TransferFailedException - if creating the objects in the transfer target fails.

getDescription

java.lang.String getDescription()
Get summary text.

Returns:
a string that describes this transfer.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.