int
input parameter:
int bookID = scanID();
int daysLate;
String title;
:in
, :out
, or :inout
. For example:
#sql { call NPL.CHECKIN (:in bookID, :out daysLate, :out title)}
Return values will be assigned to output and input variables.
Invoking a Java Stored Procedure
Copyright © 1997, 2004, Oracle. All rights reserved.