java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java
branchv_0
changeset 155 eb3676c6929b
parent 142 da1e38386d84
child 224 36db9fd27436
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    19 
    19 
    20 import java.util.ArrayList;
    20 import java.util.ArrayList;
    21 import java.util.List;
    21 import java.util.List;
    22 
    22 
    23 /**
    23 /**
       
    24  * <p>
    24  * Prefetches whole result set and computes column widths. Whole table is flushed at once in
    25  * Prefetches whole result set and computes column widths. Whole table is flushed at once in
    25  * {@linkplain #writeEndResultSet()}.
    26  * {@linkplain #writeEndResultSet()}.
       
    27  * </p>
    26  *
    28  *
    27  * Long values will not overflow the cells, but whole result set must be loaded into memory.
    29  * <p>
       
    30  * Long values will not overflow the cells, but whole result set must be loaded into the memory.
       
    31  * </p>
    28  *
    32  *
    29  * @author Ing. František Kučera (frantovo.cz)
    33  * @author Ing. František Kučera (frantovo.cz)
    30  */
    34  */
    31 public class TabularPrefetchingFormatter extends TabularFormatter {
    35 public class TabularPrefetchingFormatter extends TabularFormatter {
    32 
    36