Current section

Files

Jump to
postgleam include postgleam@connection_ExtendedQueryResult.hrl
Raw

include/postgleam@connection_ExtendedQueryResult.hrl

-record(extended_query_result, {
tag :: binary(),
columns :: list(postgleam@message:row_field()),
rows :: list(list(gleam@option:option(postgleam@value:value())))
}).