Current section

Files

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

include/parrot@internal@sqlc_SQLC.hrl

-record(sqlc, {
sqlc_version :: binary(),
plugin_options :: binary(),
global_options :: binary(),
catalog :: parrot@internal@sqlc:catalog(),
queries :: list(parrot@internal@sqlc:'query'())
}).