Monday, January 19, 2009

8.1.2 IN Parameters

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.

0 Comments: