java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java
branchv_0
changeset 155 eb3676c6929b
parent 142 da1e38386d84
child 224 36db9fd27436
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java	Fri Jan 10 20:13:16 2014 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java	Fri Jan 10 23:21:28 2014 +0100
     1.3 @@ -21,10 +21,14 @@
     1.4  import java.util.List;
     1.5  
     1.6  /**
     1.7 + * <p>
     1.8   * Prefetches whole result set and computes column widths. Whole table is flushed at once in
     1.9   * {@linkplain #writeEndResultSet()}.
    1.10 + * </p>
    1.11   *
    1.12 - * Long values will not overflow the cells, but whole result set must be loaded into memory.
    1.13 + * <p>
    1.14 + * Long values will not overflow the cells, but whole result set must be loaded into the memory.
    1.15 + * </p>
    1.16   *
    1.17   * @author Ing. František Kučera (frantovo.cz)
    1.18   */