User Guide > Procedures > Java Procedures > Viewing Java Procedure Parameters
 
Viewing Java Procedure Parameters
When you add a Java procedure to the server, the procedure name is displayed in the Studio resource tree.
To view the parameters in a Java procedure
1. Open the Java procedure in the resource tree.
The editor for the procedure opens on the right, displaying the Parameters panel.
This panel displays the input or output parameters for the procedure. You can only view the parameters in the Parameters panel, because the parameters are defined and edited in the source Java code.
Each parameter is displayed with its TDV JDBC data type and the data type native to the corresponding data source. The output parameters shown in this panel are rendered as columns in the result set when you execute the procedure.
For details on executing a Java procedure, see Executing a Procedure or Parameterized Query.