genOperationRow(html, oper);
genMiscRow(html, oper);
genAliasRow(html, oper);
genJoinExpressions(html, oper);
genSchema(html, oper);
html.endAll();
return writer.toString();
}
/**
* Put attributes on a node in the graph (id, html, shape) based on logical operator.