Packages

PostgreSQL protocol encoding and decoding

Current section

Files

Jump to
postgresql_protocol include postgresql_protocol_FeBind.hrl
Raw

include/postgresql_protocol_FeBind.hrl

-record(fe_bind, {
portal :: binary(),
statement_name :: binary(),
parameter_format :: postgresql_protocol:format_value(),
parameters :: list(postgresql_protocol:parameter_value()),
result_format :: postgresql_protocol:format_value()
}).