Packages

PostgreSQL protocol encoding and decoding

Current section

Files

Jump to
postgresql_protocol include postgresql_protocol_FeFunctionCall.hrl
Raw

include/postgresql_protocol_FeFunctionCall.hrl

-record(fe_function_call, {
object_id :: integer(),
argument_format :: postgresql_protocol:format_value(),
arguments :: list(postgresql_protocol:parameter_value()),
result_format :: postgresql_protocol:format()
}).