Current section

Files

Jump to
postgleam include postgleam@internal@connection_actor_BatchQuery.hrl
Raw

include/postgleam@internal@connection_actor_BatchQuery.hrl

-record(batch_query, {
sql :: binary(),
param_sets :: list(list(gleam@option:option(postgleam@value:value()))),
reply :: gleam@erlang@process:subject({ok,
list(postgleam@connection:extended_query_result())} |
{error, postgleam@error:error()})
}).