java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java
branchv_0
changeset 155 eb3676c6929b
parent 142 da1e38386d84
child 167 84aaa91642bf
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java	Fri Jan 10 20:13:16 2014 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java	Fri Jan 10 23:21:28 2014 +0100
     1.3 @@ -25,8 +25,14 @@
     1.4  import java.util.List;
     1.5  
     1.6  /**
     1.7 + * <p>Prints human-readable output – tables of result sets and text messages with update counts.</p>
     1.8 + *
     1.9 + * <p>Longer values might break the table – overflow the cells – see alternative tabular formatters
    1.10 + * and the {@linkplain #PROPERTY_TRIM} property.</p>
    1.11   *
    1.12   * @author Ing. František Kučera (frantovo.cz)
    1.13 + * @see TabularPrefetchingFormatter
    1.14 + * @see TabularWrappingFormatter
    1.15   */
    1.16  public class TabularFormatter extends AbstractFormatter {
    1.17