Oracle® interMedia Java Classes Reference 10g Release 1 (10.1) Part Number B10830-01 |
|
|
View PDF |
In order to run OrdImage methods, you will need to include the following import statements in your Java file:
import oracle.ord.im.OrdMediaUtil; import oracle.ord.im.OrdImage;
You may also need to import classes from the following Java packages:
java.io. java.sql. oracle.jdbc.
Before running OrdImage methods, the following operations must have already been performed:
A connection has been made to a table that contains a column of type OrdImage.
A local OrdImage object has been created and populated with data.
For examples of making a connection and populating a local object, see Oracle interMedia User's Guide.