Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
Format
public void processCopy(String cmd, OrdImage dest)
Description
Copies the image data to the destination object and performs one or more image processing operations on the image data. If the source image data is stored externally to the database, then it is imported into the database BLOB specified by the localData attribute in the destination OrdImage object. Otherwise, the image data is copied from the BLOB specified by localData attribute in the current OrdImage object to the BLOB specified by the localData attribute in the destination object.
Parameters
A String that specifies a list of image processing operations to perform on the image.
The destination OrdImage object.
Return Value
None.
Exceptions
java.sql.SQLException
This exception is thrown if an error occurs calling the corresponding processCopy( ) method in the database.
Examples
None.