*/
final ExtendedTableRenderer table = new ExtendedTableRenderer(DESC_META, HenPlus.out());
for (Column[] row : rows) {
table.addRow(row);
}
table.closeTable();
return Command.SUCCESS;
}
private static void appendLines(final String symbol, final List<Column[]> rows, final SortedSet<henplus.sqlmodel.Column> rowSet) {
for (henplus.sqlmodel.Column col : rowSet) {