Current section

Files

Jump to
postgleam include postgleam@result_QueryResult.hrl
Raw

include/postgleam@result_QueryResult.hrl

-record(query_result, {
command :: postgleam@result:command(),
columns :: list(binary()),
rows :: gleam@option:option(list(list(binary()))),
num_rows :: integer(),
connection_id :: gleam@option:option(integer())
}).