Neoview Guide to Stored Procedures in Java (R2.2)
6. Click Parameters and verify that the SQL data types are mapped correctly to the Java data
types of the SPJ method:
NOTE: The result set parameters (java.sql.ResultSet[]) in the Java signature do not
have corresponding SQL parameters.
a. To change an SQL parameter, such as the name of the parameter, the SQL data type,
or the parameter mode (direction), select the parameter and click Edit.
b. In the Specify Parameter dialog box, enter a new name for the parameter, select a
different SQL data type, if permitted, or select a different parameter mode (direction),
if permitted:
Creating SPJs 45