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

getAttribute(byte[ ] [ ], String)

Format

public String getAttribute(byte[ ] [ ] ctx, String name)

Description

Returns the value of the requested video property. This method is used by user-defined format plug-ins to return the value of a video property that is not available as an attribute of the OrdVideo Java object. This method is not implemented by any Oracle-supplied format plug-ins.

Parameters

ctx

The format plug-in context information.

name

The property or attribute name.

Return Value

This method returns the value of the attribute, as a String.

Exceptions

java.sql.SQLException

This exception is thrown if an error occurs executing the corresponding getAttribute( ) method in the database.

Examples

None.