Behaviours: epgsql_command.
See also: epgsql_cmd_bind, epgsql_cmd_parse.
Executes a portal.
It's possible to tell the server to only return limited number of rows by providing non-zeroMaxRows
parameter.
> Execute < DataRow* < CommandComplete | PortalSuspended
response() = {ok, Count::non_neg_integer(), Rows::[tuple()]} | {ok, Count::non_neg_integer()} | {ok | partial, Rows::[tuple()]} | {error, epgsql:query_error()}
execute/2 | |
handle_message/4 | |
init/1 |
execute(Sock, Execute) -> any()
handle_message(X1, Bin, Sock, Execute) -> any()
init(X1) -> any()
Generated by EDoc