GetUserTablesPostgreSqlTaskInputResponse

data class GetUserTablesPostgreSqlTaskInputResponse(val connectionInfo: PostgreSqlConnectionInfoResponse, val selectedDatabases: List<String>)

Input for the task that gets the list of tables for a provided list of PostgreSQL databases.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information for connecting to PostgreSQL source

Link copied to clipboard

List of PostgreSQL databases for which to collect tables