public abstract Reader getCharacterStream (int parameterIndex) throws SQLException

Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.

Parameters:
parameterIndex    the first parameter is 1, the second is 2, ...

Returns:  a java.io.Reader object that contains the parameter value; if the value is SQL NULL, the value returned is null in the Java programming language.

Exceptions:
SQLException    if the parameterIndex is not valid; if a database access error occurs or this method is called on a closed CallableStatement

Since:  1.6