- parameterIndex
- the parameter number index, where the first parameter has index 1
- reader
- the java.io.Reader containing the character data.
- length
- the number of characters to be read.
Type Reason Java.Sql.SQLException if a database error happens.
Sets the value of a specified parameter to the character content of a Reader object, with the specified length of character data.
Data is read from the Reader until end-of-file is reached or the specified number of characters are copied.