Current section

Files

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

include/postgleam@internal@connection_actor_CopyIn.hrl

-record(copy_in, {
sql :: binary(),
data :: list(bitstring()),
reply :: gleam@erlang@process:subject({ok, binary()} |
{error, postgleam@error:error()})
}).