| Package | Description |
|---|---|
| org.eclipse.dirigible.database.ds.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DataStructureContentModel
The data model representation for *.append files.
|
class |
DataStructureDataAppendModel
The data model representation for *.append files.
|
class |
DataStructureDataDeleteModel
The data model representation for *.delete files.
|
class |
DataStructureDataReplaceModel
The data model representation for *.replace files.
|
class |
DataStructureDataUpdateModel
The data model representation for *.update files.
|
class |
DataStructureSchemaModel
The schema model representation.
|
class |
DataStructureTableModel
The table model representation.
|
class |
DataStructureViewModel
The view model representation.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DataStructureTopologicalSorter.followDependencies(Map<String,DataStructureModel> input,
List<String> output,
List<String> external,
List<String> processing,
DataStructureModel dataStructureModel)
Follow dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DataStructureTopologicalSorter.followDependencies(Map<String,DataStructureModel> input,
List<String> output,
List<String> external,
List<String> processing,
DataStructureModel dataStructureModel)
Follow dependencies.
|
static void |
DataStructureTopologicalSorter.sort(Map<String,DataStructureModel> input,
List<String> output,
List<String> external)
Sorts the data models.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.