Current section

Files

Jump to
squirrel include squirrel@internal@database@postgres_protocol_FeParse.hrl
Raw

include/squirrel@internal@database@postgres_protocol_FeParse.hrl

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