if (debug_table)
LOG.trace("Creating scan edge to " + table0 + " for " + catalog_stmt);
// if (debug) if (d) LOG.debug("Scan Column SET[" +
// table0.getName() + "]: " + cset.debug());
DesignerVertex vertex = agraph.getVertex(table0);
AccessType atype = (catalog_stmt.getQuerytype() == QueryType.INSERT.getValue() ? AccessType.INSERT : AccessType.SCAN);
this.addEdge(agraph, atype, cset, vertex, vertex, catalog_stmt);
}
// --------------------------------------------------------------
} // FOR
return;