Module orca_conn_mgr

Behaviours: gen_server.

Function Index

code_change/3
enter_loop/1
execute/2
execute/3
handle_call/3
handle_cast/2
handle_info/2
init/1
shutdown/2
start_link/2
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

enter_loop/1

enter_loop(X1) -> any()

execute/2

execute(Srv::pid(), PacketBin::binary()) -> {ok, {ok_packet | err_packet | result_set, [{atom(), term()}]}} | {error, term()}

execute/3

execute(Srv::pid(), PacketBin::binary(), Timeout::timeout()) -> {ok, {ok_packet | err_packet | result_set, [{atom(), term()}]}} | {error, term()}

handle_call/3

handle_call(Request, GenReplyTo, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Message, State) -> any()

init/1

init(X1) -> any()

shutdown/2

shutdown(Srv::pid(), Reason::term()) -> ok

start_link/2

start_link(Url::db_url(), ConnOpts::[conn_opt()]) -> {ok, pid()}

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc