Skip to content

@sqlrooms/db / CatalogTable

Type Alias: CatalogTable

CatalogTable = object

Catalog table or view entry.

Properties

database?

optional database: string


schema?

optional schema: string


table

table: string


isView?

optional isView: boolean