Module epgsql_cmd_copy_done

Tells server that the transfer of COPY data is done.

Behaviours: epgsql_command.

See also: epgsql_cmd_copy_from_stdin.

Description

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.

Data Types

response()

response() = {ok, Count::non_neg_integer()} | {error, epgsql:query_error()}

Function Index

execute/2
handle_message/4
init/1

Function Details

execute/2

execute(Sock0, St) -> any()

handle_message/4

handle_message(X1, Bin, Sock, St) -> any()

init/1

init(X1) -> any()


Generated by EDoc