Current section

Files

Jump to
postgleam include postgleam@pool_SimpleExecute.hrl
Raw

include/postgleam@pool_SimpleExecute.hrl

-record(simple_execute, {
'fun' :: fun((postgleam@connection:connection_state(), postgleam@config:config()) -> {{ok,
list(postgleam@connection:simple_query_result())} |
{error, postgleam@error:error()},
postgleam@connection:connection_state()}),
reply :: gleam@erlang@process:subject({ok,
list(postgleam@connection:simple_query_result())} |
{error, postgleam@error:error()})
}).