Class TextWriter

  • All Implemented Interfaces:
    ResultWriter

    public class TextWriter
    extends AbstractResultWriter
    Generic writer implementation that writes string values from a result set. An escape map can be given at construction time that maps character-values to an escape char[] sequence. If no escape sequence is given the original character is written as is. This writer use ResultSet.getString(int) to read data from the result set.
    Since:
    3.1
    Author:
    Nicklas
    Last modified
    $Date$