GetUserTablesSqlSyncTaskInputResponse

data class GetUserTablesSqlSyncTaskInputResponse(val selectedSourceDatabases: List<String>, val selectedTargetDatabases: List<String>, val sourceConnectionInfo: SqlConnectionInfoResponse, val targetConnectionInfo: SqlConnectionInfoResponse)

Input for the task that collects user tables for the given list of databases

Constructors

Link copied to clipboard
constructor(selectedSourceDatabases: List<String>, selectedTargetDatabases: List<String>, sourceConnectionInfo: SqlConnectionInfoResponse, targetConnectionInfo: SqlConnectionInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of source database names to collect tables for

Link copied to clipboard

List of target database names to collect tables for

Link copied to clipboard

Connection information for SQL Server

Link copied to clipboard

Connection information for SQL DB