If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 Developer Workbench 9.1 Java Store Procedure Wizard Question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-18-08, 12:31
daraii daraii is offline
Registered User
 
Join Date: Jul 2008
Posts: 4
DB2 Developer Workbench 9.1 Java Store Procedure Wizard Question

When you create a Java stored procedure the wizard ask you to enter the parameters, these parameters are used for the stored proc DDL and the Java method definition. If you rename the parameter name in the source code it also changes the parameter name in the DDL definition of the stored procedure. If you check the Parameters tab of the proc you can see multiple columns, two of them named Java Name and SQL Name. My question is; How can you change them so the parameter name in the stored procedure definition (SQL Name column in the Parameters tab)stays user_id and the parameter name in the method (Java Name column in the Paramaters tab) changes to userId ?

Thank you.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On