Skip Headers

Oracle® interMedia Java Classes Reference
10g Release 1 (10.1)

Part Number B10830-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

processCopy(String, OrdImage)

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

cmd

A String that specifies a list of image processing operations to perform on the image.

dest

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.