Module epgsql_cmd_batch

Behaviours: epgsql_command.

Data Types

response()

response() = [{ok, Count::non_neg_integer(), Rows::[tuple()]} | {ok, Count::non_neg_integer()} | {ok, Rows::[tuple()]} | {error, epgsql:query_error()}]

Function Index

execute/2
handle_message/4
init/1

Function Details

execute/2

execute(Sock, Batch) -> any()

handle_message/4

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

init/1

init(Batch) -> any()


Generated by EDoc