Behaviours: epgsql_command.
Asks the server to provide description of portal's results columns
> Describe(PORTAL) < RowDescription | NoData
response() = {ok, [epgsql:column()]} | {error, epgsql:query_error()}
execute/2 | |
handle_message/4 | |
init/1 |
execute(Sock, Desc_portal) -> any()
handle_message(X1, Error, Sock, St) -> any()
init(Name) -> any()
Generated by EDoc