diff -r 016836529e6c -r eb3676c6929b java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java Fri Jan 10 20:13:16 2014 +0100 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java Fri Jan 10 23:21:28 2014 +0100 @@ -25,8 +25,14 @@ import java.util.List; /** + *

Prints human-readable output – tables of result sets and text messages with update counts.

+ * + *

Longer values might break the table – overflow the cells – see alternative tabular formatters + * and the {@linkplain #PROPERTY_TRIM} property.

* * @author Ing. František Kučera (frantovo.cz) + * @see TabularPrefetchingFormatter + * @see TabularWrappingFormatter */ public class TabularFormatter extends AbstractFormatter {