Current section

Files

Jump to
parrot include parrot@internal@sqlc_Catalog.hrl
Raw

include/parrot@internal@sqlc_Catalog.hrl

-record(catalog, {
comment :: binary(),
default_schema :: binary(),
name :: binary(),
schemas :: list(parrot@internal@sqlc:schema())
}).