Lines Matching refs:parameter
43 form that includes a result parameter and one that does not. If used, the
44 result parameter must be registered as an OUT parameter. The other parameters
46 by number. The first parameter is 1.
52 /** registers the designated output parameter. This version of
55 should be used for a user-named or REF output parameter. Examples
66 for each OUT parameter.
68 For a user-named parameter the fully-qualified SQL type name of the
69 parameter should also be given, while a REF parameter requires that the
76 this method may be used to register a parameter of any SDBC type.
77 If the parameter does not have a user-named or REF type, the
78 typeName parameter is ignored.
81 <b>Note:</b> When reading the value of an out parameter, you
85 parameter's registered SQL type.
88 the first parameter is 1, the second is 2, ...
101 /** registers the OUT parameter in ordinal position
112 for an OUT parameter determines the type that must be used in the
114 method to read the value of that parameter.
118 used when the parameter is of SDBC type
124 the first parameter is 1, the second is 2, ...