Current section

Files

Jump to
postgleam include postgleam@message_Bind.hrl
Raw

include/postgleam@message_Bind.hrl

-record(bind, {
portal :: binary(),
statement :: binary(),
param_formats :: list(postgleam@message:format()),
params :: list(gleam@option:option(bitstring())),
result_formats :: list(postgleam@message:format())
}).