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

processSourceCommand(byte[ ] [ ], String, String, byte[ ] [ ])

Format

public byte[ ] processSourceCommand(byte[ ] [ ] ctx, String cmd, String args, byte[ ] [ ] result)

Description

Calls the source plug-in in the database to execute a command. This method is used with user-written plug-ins only; it raises an exception if used with the source plug-ins supplied by Oracle.

Parameters

ctx

The source plug-in context information. See Oracle interMedia Reference for more information.

cmd

The command to be executed by the source plug-in.

args

The arguments of the command.

result

A byte array of the form [1][n] into which the result of the command execution is written.

Return Value

This method returns the results of executing the command.

Exceptions

java.sql.SQLException

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

Examples

None.