PostgresqlRdbmsResponse

data class PostgresqlRdbmsResponse(val postgresqlSchemas: List<PostgresqlSchemaResponse>)

PostgreSQL database structure.

Constructors

Link copied to clipboard
constructor(postgresqlSchemas: List<PostgresqlSchemaResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PostgreSQL schemas in the database server.