- parameterIndex
- the parameter number index, where the first parameter has index 1.
- theInputStream
- the binary InputStream carrying the data to update the parameter.
- length
- the number of bytes in the InputStream to copy to the parameter.
Type Reason Java.Sql.SQLException if a database error happens.
Sets the value of a specified parameter to the content of a supplied binary InputStream, which has a specified number of bytes.
Use this method when a large amount of data needs to be set into a LONGVARBINARY parameter.