Neoview Guide to Stored Procedures in Java (R2.3, R2.4)

6. Click Parameters and verify that the SQL parameters are mapped correctly to the Java
parameters 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.
The Specify Parameter dialog box appears:
Creating SPJs 45