GetUserTablesSqlTaskInputResponse

data class GetUserTablesSqlTaskInputResponse(val connectionInfo: SqlConnectionInfoResponse, val selectedDatabases: List<String>)

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

Constructors

Link copied to clipboard
constructor(connectionInfo: SqlConnectionInfoResponse, selectedDatabases: List<String>)

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