Module epgsql_cmd_update_type_cache

Special command.

Behaviours: epgsql_command.

Description

Special command. Executes Squery over pg_type table and updates codecs.

Data Types

response()

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

Function Index

execute/2
handle_message/4
init/1

Function Details

execute/2

execute(Sock, Upd) -> any()

handle_message/4

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

init/1

init(Codecs) -> any()


Generated by EDoc