Modifier and Type | Method and Description |
---|---|
DataModel |
Association.getDataModel()
Gets data-model to which this association belongs to.
|
Constructor and Description |
---|
Association(Table source,
Table destination,
boolean insertSourceBeforeDestination,
boolean insertDestinationBeforeSource,
java.lang.String joinCondition,
DataModel dataModel,
boolean reversed,
Cardinality cardinality)
Constructor.
|
Association(Table source,
Table destination,
boolean insertSourceBeforeDestination,
boolean insertDestinationBeforeSource,
java.lang.String joinCondition,
DataModel dataModel,
boolean reversed,
Cardinality cardinality,
java.lang.String author)
Constructor.
|
RowIdSupport(DataModel dataModel,
DBMS configuration,
boolean useRowIds,
boolean useRowIdsOnlyForTablesWithoutPK)
Constructor.
|
RowIdSupport(DataModel dataModel,
DBMS configuration,
ExecutionContext executionContext)
Constructor.
|
RowIdSupport(DataModel dataModel,
DBMS configuration,
java.lang.String rowIdType,
boolean useRowIds,
boolean useRowIdsOnlyForTablesWithoutPK)
Constructor.
|
RowIdSupport(DataModel dataModel,
DBMS configuration,
java.lang.String rowIdType,
ExecutionContext executionContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DDLCreator.createDDL(DataModel datamodel,
Session session,
WorkingTableScope temporaryTableScope,
RowIdSupport rowIdSupport,
java.lang.String workingTableSchema)
Creates the DDL for the working-tables.
|
boolean |
DDLCreator.createDDL(DataModel datamodel,
Session session,
WorkingTableScope temporaryTableScope,
java.lang.String workingTableSchema)
Creates the DDL for the working-tables.
|
Modifier and Type | Field and Description |
---|---|
DataModel |
EntityGraph.dataModel |
Modifier and Type | Method and Description |
---|---|
abstract DataModel |
EntityGraph.getDatamodel() |
Constructor and Description |
---|
EntityGraph(int graphID,
DataModel dataModel,
ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
static IntraDatabaseEntityGraph |
IntraDatabaseEntityGraph.create(DataModel dataModel,
int graphID,
Session session,
PrimaryKey universalPrimaryKey,
java.lang.Runnable updateStatistics,
ExecutionContext executionContext)
Creates a new entity-graph.
|
Modifier and Type | Method and Description |
---|---|
DataModel |
LocalEntityGraph.getDatamodel() |
Modifier and Type | Method and Description |
---|---|
static LocalEntityGraph |
LocalEntityGraph.create(DataModel dataModel,
int graphID,
Session remoteSession,
ExecutionContext executionContext)
Creates a new entity-graph.
|
Modifier and Type | Method and Description |
---|---|
DataModel |
RemoteEntityGraph.getDatamodel() |
Modifier and Type | Method and Description |
---|---|
static RemoteEntityGraph |
RemoteEntityGraph.create(DataModel dataModel,
int graphID,
Session session,
PrimaryKey universalPrimaryKey,
java.lang.Runnable updateStatistics,
ExecutionContext executionContext)
Creates a new entity-graph.
|
Constructor and Description |
---|
RemoteEntityGraph(DataModel dataModel,
int graphID,
Session session,
PrimaryKey universalPrimaryKey,
java.lang.Runnable updateStatistics,
ExecutionContext executionContext)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
DataModel |
ExtractionModel.dataModel
The restricted data-model to be used for extraction.
|
Constructor and Description |
---|
ExtractionModel(DataModel dataModel,
ExecutionContext executionContext)
Constructor for empty restriction models.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
ModelElementFinder.findAssociations(DataModel dataModel,
java.util.Map<Association,java.lang.String[]> namingSuggestions,
Session session,
ExecutionContext executionContext)
Finds a set of
Association s. |
java.util.Collection<Association> |
JDBCMetaDataBasedModelElementFinder.findAssociations(DataModel dataModel,
java.util.Map<Association,java.lang.String[]> namingSuggestion,
Session session,
ExecutionContext executionContext)
Finds associations by reading the databases meta-data.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
HtmlDataModelRenderer.outputFolderOf(DataModel dataModel) |
void |
HtmlDataModelRenderer.render(DataModel dataModel,
java.util.List<java.lang.String> restrictionFiles)
Generates a human readable HTML-representation of the data-model.
|
void |
DataModelRenderer.render(DataModel dataModel,
java.util.List<java.lang.String> restrictionFiles)
Generates a human readable representation of the data-model.
|
Constructor and Description |
---|
RestrictionModel(DataModel dataModel,
ExecutionContext executionContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
CollectedRowsCounter.createStatistic(boolean forDelete,
DataModel datamodel,
ExportStatistic exportStatistic)
Creates the statistic.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<CycleFinder.Path> |
CycleFinder.findCycle(DataModel dataModel,
java.util.Collection<Table> tables,
boolean findExact,
java.lang.Long timeout,
CycleFinder.CycleConsumer cycleConsumer)
Finds all dependency cycles in a data model.
|
static java.util.Set<Table> |
SqlUtil.readTableList(CsvFile tableFile,
DataModel dataModel,
java.util.Map<java.lang.String,java.lang.String> sourceSchemaMapping)
Reads a table-list from CSV-file.
|