Skip navigation links 
| 
 | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 
11g Release 1 (11.1.1.9.1) 
E67661-01 | 
|  PREV CLASS   NEXT CLASS | 
FRAMES    NO FRAMES      | 
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | 
DETAIL: FIELD | CONSTR | METHOD | 
 
oracle.ide.db.transfer
Interface TransferTarget
- All Superinterfaces:
 
- PropertyStorage
 
- 
public interface TransferTarget
 
- extends PropertyStorage
 
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.
 
 
  
 
 
 
 
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.
 
 
Skip navigation links 
| 
 | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 
11g Release 1 (11.1.1.9.1) 
E67661-01 | 
|  PREV CLASS   NEXT CLASS | 
FRAMES    NO FRAMES      | 
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | 
DETAIL: FIELD | CONSTR | METHOD | 
 
Copyright © 1997, 2016, Oracle. All rights reserved.