PostgresqlTableResponse

data class PostgresqlTableResponse(val postgresqlColumns: List<PostgresqlColumnResponse>, val table: String)

PostgreSQL table.

Constructors

Link copied to clipboard
constructor(postgresqlColumns: List<PostgresqlColumnResponse>, table: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

Link copied to clipboard

Table name.