public class GraphAssembler extends JDBCSupport implements DataGraphAssembler
| Constructor and Description |
|---|
GraphAssembler(PlasmaType rootType,
PropertySelectionCollector collector,
Timestamp snapshotDate,
Connection con) |
| Modifier and Type | Method and Description |
|---|---|
void |
assemble(List<PropertyPair> results)
Initiates the assembly of a data graph based on the given results list.
|
void |
clear() |
PlasmaDataGraph |
getDataGraph() |
createDelete, createInsert, createSelect, createSelect, createSelectForUpdate, createUpdate, execute, executeInsert, fetch, fetch, fetch, fetchRow, fetchRowMap, getQualifiedPhysicalName, hasUpdatablePropertiespublic GraphAssembler(PlasmaType rootType, PropertySelectionCollector collector, Timestamp snapshotDate, Connection con)
public void assemble(List<PropertyPair> results)
results - the results listDataGraphAssembler.getDataGraph()public PlasmaDataGraph getDataGraph()
getDataGraph in interface DataGraphAssemblerpublic void clear()
clear in interface DataGraphAssemblerCopyright © 2018. All rights reserved.