$sql.resultSet.getCharacterStream

Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
Syntax
    $sql.resultSet.getCharacterStream{columnIndex}
    $sql.resultSet{getCharacterStream}{columnIndex}
DocumentationRetrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.:

    Paramter:
      columnIndex - the first column is 1, the second is 2, ...
    Returns:
      a java.io.Reader object that contains the column value; if the value is SQL NULL, the value returned is , the value returned is null in the Java programming language.
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1