Behaviours: epgsql_command.
See also: epgsql_cmd_copy_from_stdin.
Tells server that the transfer of COPY data is done.
It makes server to "commit" the data to the table and switch to the normal command-processing mode.response() = {ok, Count::non_neg_integer()} | {error, epgsql:query_error()}
execute/2 | |
handle_message/4 | |
init/1 |
execute(Sock0, St) -> any()
handle_message(X1, Bin, Sock, St) -> any()
init(X1) -> any()
Generated by EDoc