Passing in any IN parameter values to a CallableStatement object is done using the setter methods inherited from PreparedStatement. The type of the value being passed in determines which setter method to use (setFloat to pass in a float value, setBoolean to pass in a boolean, and so on). Of the programs that use parameters, the vast majority use only IN parameters.
Monday, January 19, 2009
Subscribe to:
Post Comments (Atom)
0 Comments:
Post a Comment