Current section

Files

Jump to
postgleam include postgleam@connection_PreparedStatement.hrl
Raw

include/postgleam@connection_PreparedStatement.hrl

-record(prepared_statement, {
name :: binary(),
statement :: binary(),
param_oids :: list(integer()),
result_fields :: list(postgleam@message:row_field())
}).