Description
When invoking CVSPrinter#printRecords(ResultSet) if the object is a java.sql.Clob the method toString() may not return its content (eg with Oracle drivers it return the basic Object#toString()).
When dealing with java.sql.Clob a stream must be read.