Packages

PostgreSQL protocol encoding and decoding

Current section

Files

Jump to
postgresql_protocol include postgresql_protocol_FeParse.hrl
Raw

include/postgresql_protocol_FeParse.hrl

-record(fe_parse, {
name :: binary(),
'query' :: binary(),
parameter_object_ids :: list(integer())
}).