setParamIndex()

Sets the index position of this stored-procedure parameter.

Syntax

void setParamIndex(int paramIndex)
 

Parameters

paramIndex
The index position of the stored-procedure parameter

Notes

The index position of a stored-procedure parameter is its position in the parameter list of the stored-procedure declaration. The first parameter has an index position of one (1). The index position does not refer to literal parameters that might be supplied to the stored procedure.

See also

getParamIndex()

Copyright IBM Corp. 2003