GetUserTablesMySqlTaskInputResponse

data class GetUserTablesMySqlTaskInputResponse(val connectionInfo: MySqlConnectionInfoResponse, val selectedDatabases: List<String>)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection information for SQL Server

Link copied to clipboard

List of database names to collect tables for