MapperTargetConnectionsInfo interface

A object which contains list of tables and connection details for a target connection.

Properties

connection

Source connection details.

dataMapperMappings

List of table mappings.

relationships

List of relationship info among the tables.

targetEntities

List of source tables for a target connection.

Property Details

connection

Source connection details.

connection?: MapperConnection

Property Value

dataMapperMappings

List of table mappings.

dataMapperMappings?: DataMapperMapping[]

Property Value

relationships

List of relationship info among the tables.

relationships?: any[]

Property Value

any[]

targetEntities

List of source tables for a target connection.

targetEntities?: MapperTable[]

Property Value