Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
Format
public void copy(OrdImage dest)
Description
Copies an OrdImage Java object. This method calls the corresponding copy( ) method in the database. The copy( ) method copies all the attributes of the current OrdImage object to the destination OrdImage object with the exception of the BLOB specified by the localData attribute. If the image data is stored locally in the database, then the data is copied from the BLOB specified by the localData attribute in the current OrdImage object to the BLOB specified by the localData attribute in the destination object.
Parameters
The destination OrdImage object to which the data will be copied.
Return Value
None.
Exceptions
java.sql.SQLException
This exception is thrown if an error occurs calling the corresponding copy( ) method in the database.
Examples
None.