Module epgsql_cmd_bind

Binds placeholder parameters to prepared statement, creating a "portal".

Behaviours: epgsql_command.

See also: epgsql_cmd_execute, epgsql_cmd_parse.

Description

Binds placeholder parameters to prepared statement, creating a "portal"

  > Bind
  < BindComplete

Data Types

response()

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

Function Index

execute/2
handle_message/4
init/1

Function Details

execute/2

execute(Sock, Bind) -> any()

handle_message/4

handle_message(X1, Error, Sock, State) -> any()

init/1

init(X1) -> any()


Generated by EDoc