Behaviours: epgsql_command.
Synchronize client and server states for multi-command combinations
Should be executed if APIs start to return{error, sync_required}
.
See https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY
> Sync < ReadyForQuery
response() = ok | {error, epgsql:query_error()}
execute/2 | |
handle_message/4 | |
init/1 |
execute(Sock, St) -> any()
handle_message(X1, Error, Sock, State) -> any()
init(X1) -> any()
Generated by EDoc