Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription

resultIdentifier

The Result Identifier that is returned from the executeUpdate function

int spIndex

Index of the requested parameter from the stored procedure (type int). The first parameter has index 1.

Returns

The value of the out parameter

Note
titleNote!

The return value must be type casted.


...