GetUserTablesSqlTaskInputResponse

data class GetUserTablesSqlTaskInputResponse(val connectionInfo: SqlConnectionInfoResponse, val encryptedKeyForSecureFields: String? = null, 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, encryptedKeyForSecureFields: String? = null, selectedDatabases: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection information for SQL Server

Link copied to clipboard

encrypted key for secure fields

Link copied to clipboard

List of database names to collect tables for