SchemaMetadata

data class SchemaMetadata(val schemaName: String, val tableNames: List<String>)

Represents metadata information about the current schema and its associated tables.

Constructors

Link copied to clipboard
constructor(schemaName: String, tableNames: List<String>)

Properties

Link copied to clipboard

Name of the current schema.

Link copied to clipboard

Names of the existing tables in the current schema.